refactor: replace references to Events with Input
This commit is contained in:
@@ -105,7 +105,7 @@ LevelScreen::~LevelScreen() {
|
||||
}
|
||||
scripting::on_frontend_close();
|
||||
// unblock all bindings
|
||||
Events::enableBindings();
|
||||
input.getBindings().enableAll();
|
||||
controller->onWorldQuit();
|
||||
engine.getPaths().setCurrentWorldFolder("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user