1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix Android segfault when game exits before TouchScreenGUI is initalized

This commit is contained in:
Gregor Parzefall 2023-05-11 22:51:16 +02:00 committed by GitHub
parent 15445a0fbe
commit 15fb4cab15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

@ -201,6 +201,7 @@ public:
void show();
private:
bool m_initialized = false;
IrrlichtDevice *m_device;
IGUIEnvironment *m_guienv;
IEventReceiver *m_receiver;