fix: console not opening
This commit is contained in:
parent
13c36f4629
commit
f8c0862587
@ -185,6 +185,7 @@ void Engine::run() {
|
||||
void Engine::postUpdate() {
|
||||
network->update();
|
||||
postRunnables.run();
|
||||
scripting::process_post_runnables();
|
||||
}
|
||||
|
||||
void Engine::updateFrontend() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user