mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +02:00
- changed update and camera update fps to original values
This commit is contained in:
@@ -28,8 +28,8 @@ const char *folderDelimiter = "\\";
|
||||
const char *folderDelimiter = "/";
|
||||
#endif
|
||||
|
||||
int GameConstants::updateFps= 20;
|
||||
int GameConstants::cameraFps= 50;
|
||||
int GameConstants::updateFps= 40;
|
||||
int GameConstants::cameraFps= 100;
|
||||
|
||||
namespace Shared{ namespace G3dViewer{
|
||||
|
||||
|
Reference in New Issue
Block a user