mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
Fix initializer
This commit is contained in:
parent
1274a229d1
commit
7cce341822
@ -23,8 +23,8 @@ namespace LuaUi
|
||||
void textChange(MyGUI::EditBox*);
|
||||
|
||||
MyGUI::EditBox* mEditBox = nullptr;
|
||||
bool mMultiline{0};
|
||||
bool mAutoSize{0};
|
||||
bool mMultiline{false};
|
||||
bool mAutoSize{false};
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user