mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-28 02:53:49 +00:00
Ensures there's a regular fallback actionmap for toggling the game menu
This commit is contained in:
parent
7db28feb67
commit
8ce6fb96ad
2 changed files with 25 additions and 4 deletions
|
|
@ -88,12 +88,12 @@ function UI::initClient(%this)
|
|||
|
||||
function UI::onCreateClientConnection(%this)
|
||||
{
|
||||
GameMenuActionMap.push();
|
||||
GameMenuToggleActionMap.push();
|
||||
}
|
||||
|
||||
function UI::onDestroyClientConnection(%this)
|
||||
{
|
||||
GameMenuActionMap.pop();
|
||||
GameMenuToggleActionMap.pop();
|
||||
}
|
||||
|
||||
function UI::registerGameMenus(%this, %menusArrayObj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue