Wait for console start

This commit is contained in:
momo5502 2023-01-26 20:36:14 +01:00
parent 0b9e989dee
commit 3ad19292a9

View File

@ -264,6 +264,11 @@ namespace console
}
}
});
while (!started)
{
std::this_thread::sleep_for(10ms);
}
}
void pre_destroy() override