mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
- try to improve network performance
This commit is contained in:
@@ -28,7 +28,9 @@ using namespace std;
|
||||
|
||||
namespace Glest{ namespace Game{
|
||||
|
||||
int GameConstants::networkFramePeriod = 20;
|
||||
// 20 was working ok, we try 10 to see if its better for performance
|
||||
//int GameConstants::networkFramePeriod = 20;
|
||||
int GameConstants::networkFramePeriod = 10;
|
||||
int GameConstants::updateFps = 40;
|
||||
int GameConstants::cameraFps = 100;
|
||||
|
||||
|
Reference in New Issue
Block a user