mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Refactor input handler (#15933)
This commit is contained in:
parent
309c0a0cb6
commit
4cd2273349
5 changed files with 168 additions and 254 deletions
|
@ -885,7 +885,7 @@ bool Game::startup(bool *kill,
|
|||
this->chat_backend = chat_backend;
|
||||
simple_singleplayer_mode = start_data.isSinglePlayer();
|
||||
|
||||
input->keycache.populate();
|
||||
input->reloadKeybindings();
|
||||
|
||||
driver = device->getVideoDriver();
|
||||
smgr = m_rendering_engine->get_scene_manager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue