forked from teamnwah/openmw-tes3coop
Fix an uninitalized member
This commit is contained in:
parent
6902569d03
commit
16e5477c60
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ namespace MWGui
|
|||
: MWGui::WindowPinnableBase("openmw_map_window.layout")
|
||||
, mGlobal(false)
|
||||
, mGlobalMap(0)
|
||||
, mGlobalMapRender(0)
|
||||
{
|
||||
setCoord(500,0,320,300);
|
||||
|
||||
|
|
Loading…
Reference in a new issue