Always restore assign mode when closing the screen
This commit is contained in:
parent
329918f7aa
commit
7a2ae14d7c
@ -458,6 +458,7 @@ void NetworkingLobby::tearDown()
|
||||
if (!NetworkConfig::get()->isClient())
|
||||
return;
|
||||
input_manager->getDeviceManager()->mapFireToSelect(false);
|
||||
input_manager->getDeviceManager()->setAssignMode(NO_ASSIGN);
|
||||
} // tearDown
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user