From bb265984182e6860848edb30ba53379401396149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 16 Sep 2018 14:39:49 +0200 Subject: [PATCH] Increase demo2 FPS --- demo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo2.cpp b/demo2.cpp index 14a96ac..ffef11f 100644 --- a/demo2.cpp +++ b/demo2.cpp @@ -47,7 +47,7 @@ #define COMPUTE_WALL_TEXCOORDS 0 #endif -#define FPS 60 +#define FPS 256 #define HEAD_BOB_HEIGHT 200 #define HEAD_BOB_STEP 20 #define PLAYER_SPEED (5 * UNITS_PER_SQUARE)