mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix segfault on startup error on Android
This commit is contained in:
parent
0fdf24d64a
commit
540071002e
2 changed files with 5 additions and 3 deletions
|
@ -75,7 +75,7 @@ struct button_info {
|
|||
float repeatdelay;
|
||||
irr::EKEY_CODE keycode;
|
||||
std::vector<int> ids;
|
||||
IGUIButton* guibutton;
|
||||
IGUIButton* guibutton = NULL;
|
||||
bool immediate_release;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue