mirror of
https://github.com/glest/glest-source.git
synced 2025-10-01 01:46:42 +02:00
- try to improve network performance
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user