mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 19:29:47 +02:00
Reduced network usage
This commit is contained in:
@@ -35,7 +35,7 @@ using namespace Shared::Util;
|
||||
using namespace std;
|
||||
|
||||
namespace Game {
|
||||
int GameConstants::networkFramePeriod = 20;
|
||||
int GameConstants::networkFramePeriod = 10;
|
||||
int GameConstants::updateFps = 40;
|
||||
int GameConstants::cameraFps = 100;
|
||||
|
||||
|
Reference in New Issue
Block a user