Fix Android segfault when game exits before TouchScreenGUI is initalized
This commit is contained in:
@@ -201,6 +201,7 @@ class TouchScreenGUI
|
||||
void show();
|
||||
|
||||
private:
|
||||
bool m_initialized = false;
|
||||
IrrlichtDevice *m_device;
|
||||
IGUIEnvironment *m_guienv;
|
||||
IEventReceiver *m_receiver;
|
||||
|
||||
Reference in New Issue
Block a user