1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Disable double-click -> ESC translation for main menu

This commit is contained in:
Craig Robbins 2015-03-14 19:55:35 +10:00
parent 0e93eefb8f
commit de6d5ce2cd
3 changed files with 25 additions and 12 deletions

View file

@ -194,7 +194,8 @@ GUIEngine::GUIEngine( irr::IrrlichtDevice* dev,
m_texture_source,
m_formspecgui,
m_buttonhandler,
NULL);
NULL,
false);
m_menu->allowClose(false);
m_menu->lockSize(true,v2u32(800,600));