Wait for console start
This commit is contained in:
parent
0b9e989dee
commit
3ad19292a9
@ -264,6 +264,11 @@ namespace console
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
while (!started)
|
||||
{
|
||||
std::this_thread::sleep_for(10ms);
|
||||
}
|
||||
}
|
||||
|
||||
void pre_destroy() override
|
||||
|
Loading…
Reference in New Issue
Block a user