diff --git a/demo1.cpp b/demo1.cpp index 73fcca6..03bc0b2 100644 --- a/demo1.cpp +++ b/demo1.cpp @@ -14,7 +14,7 @@ // ^ this turns off textures // redefine some parameters -#define FPS 60 +#define FPS 255 #define GRAVITY_ACCELERATION (RCL_UNITS_PER_SQUARE * 3) #define PLAYER_JUMP_SPEED 700 #define RCL_CAMERA_COLL_HEIGHT_BELOW ((3 * RCL_UNITS_PER_SQUARE) / 2)