Missing space.
This commit is contained in:
parent
8ddc40e44b
commit
3e0f7c2b1c
@ -84,7 +84,7 @@ void cServer::cTickThread::Execute(void)
|
|||||||
if (TickTime < msPerTick)
|
if (TickTime < msPerTick)
|
||||||
{
|
{
|
||||||
// Stretch tick time until it's at least 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;
|
LastTime = NowTime;
|
||||||
|
Loading…
Reference in New Issue
Block a user