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