- try to improve network performance

This commit is contained in:
Mark Vejvoda 2013-03-23 23:34:51 +00:00
parent 9dc863e5e3
commit 15987d83d7
1 changed files with 1 additions and 1 deletions

View File

@ -901,7 +901,7 @@ void ClientInterface::updateFrame(int *checkFrame) {
Chrono chrono;
chrono.start();
int waitMicroseconds = (checkFrame == NULL ? 10 : 0);
int waitMicroseconds = (checkFrame == NULL ? 0 : 0);
int simulateLag = Config::getInstance().getInt("SimulateClientLag","0");
bool done= false;
while(done == false && this->quitThread == false) {