- try to improve network performance

This commit is contained in:
Mark Vejvoda 2013-03-23 22:44:55 +00:00
parent 159cdc40d0
commit bc06b4799a
1 changed files with 3 additions and 1 deletions

View File

@ -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;