- changed update and camera update fps to original values

This commit is contained in:
Mark Vejvoda
2010-08-25 19:21:11 +00:00
parent 5e20ab5808
commit 3ee7fc902c
2 changed files with 6 additions and 4 deletions

View File

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