Missing space fix.
This commit is contained in:
parent
2b920f9e21
commit
8ddc40e44b
@ -212,7 +212,7 @@ void cWorld::cTickThread::Execute(void)
|
||||
if (TickTime < msPerTick)
|
||||
{
|
||||
// Stretch tick time until it's at least msPerTick
|
||||
std::this_thread::sleep_for(msPerTick -TickTime);
|
||||
std::this_thread::sleep_for(msPerTick - TickTime);
|
||||
}
|
||||
|
||||
LastTime = NowTime;
|
||||
|
Loading…
Reference in New Issue
Block a user