From a9cde181be9a6f5b18cb069bd22682ddcb7c8ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Mon, 24 Sep 2018 18:33:21 +0200 Subject: [PATCH] Bump FPS --- demo1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)