mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Change exit keybinding and fix bug in allow_close[]
This commit is contained in:
@@ -206,7 +206,10 @@ public:
|
||||
|
||||
void defaultAllowClose(bool value)
|
||||
{
|
||||
// Also set m_allowclose here in order to have the correct value if
|
||||
// escape is pressed before regenerateGui() is called.
|
||||
m_default_allowclose = value;
|
||||
m_allowclose = value;
|
||||
}
|
||||
|
||||
void setDebugView(bool value)
|
||||
|
Reference in New Issue
Block a user