fix: console not opening

This commit is contained in:
MihailRis 2024-12-26 12:27:21 +03:00
parent 13c36f4629
commit f8c0862587

View File

@ -185,6 +185,7 @@ void Engine::run() {
void Engine::postUpdate() {
network->update();
postRunnables.run();
scripting::process_post_runnables();
}
void Engine::updateFrontend() {