mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 18:40:01 +00:00
Fix initializer
This commit is contained in:
parent
1274a229d1
commit
7cce341822
@ -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…
x
Reference in New Issue
Block a user