mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-19 16:21:08 +00:00
Fix an uninitalized member
This commit is contained in:
parent
6902569d03
commit
16e5477c60
@ -261,6 +261,7 @@ namespace MWGui
|
||||
: MWGui::WindowPinnableBase("openmw_map_window.layout")
|
||||
, mGlobal(false)
|
||||
, mGlobalMap(0)
|
||||
, mGlobalMapRender(0)
|
||||
{
|
||||
setCoord(500,0,320,300);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user