see if this helps stuttering

This commit is contained in:
Mark Vejvoda 2013-11-16 00:28:55 +00:00
parent c9a6078689
commit 4c4bcd40a3
1 changed files with 3 additions and 3 deletions

View File

@ -648,9 +648,9 @@ void World::updateAllFactionUnits() {
if(workThreadsFinished == true) {
break;
}
if(chrono.getMillis() % 5 == 0) {
sleep(0);
}
//if(chrono.getMillis() % 5 == 0) {
// sleep(0);
//}
}
if(showPerfStats) {