mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 12:11:35 +00:00
Fix initializer
This commit is contained in:
parent
1274a229d1
commit
7cce341822
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ namespace LuaUi
|
||||||
void textChange(MyGUI::EditBox*);
|
void textChange(MyGUI::EditBox*);
|
||||||
|
|
||||||
MyGUI::EditBox* mEditBox = nullptr;
|
MyGUI::EditBox* mEditBox = nullptr;
|
||||||
bool mMultiline{0};
|
bool mMultiline{false};
|
||||||
bool mAutoSize{0};
|
bool mAutoSize{false};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue