mirror of
https://github.com/glest/glest-source.git
synced 2025-10-01 09:56:41 +02:00
- try to improve network performance
This commit is contained in:
@@ -901,7 +901,7 @@ void ClientInterface::updateFrame(int *checkFrame) {
|
|||||||
Chrono chrono;
|
Chrono chrono;
|
||||||
chrono.start();
|
chrono.start();
|
||||||
|
|
||||||
int waitMicroseconds = (checkFrame == NULL ? 10 : 0);
|
int waitMicroseconds = (checkFrame == NULL ? 0 : 0);
|
||||||
int simulateLag = Config::getInstance().getInt("SimulateClientLag","0");
|
int simulateLag = Config::getInstance().getInt("SimulateClientLag","0");
|
||||||
bool done= false;
|
bool done= false;
|
||||||
while(done == false && this->quitThread == false) {
|
while(done == false && this->quitThread == false) {
|
||||||
|
Reference in New Issue
Block a user