From ef7ba9e77dac9c3e4a2bd571fddc1622df0d09b0 Mon Sep 17 00:00:00 2001 From: jacob Date: Wed, 25 Sep 2024 17:02:20 -0500 Subject: [PATCH] commit config.h --- src/config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/config.h b/src/config.h index 871621cb..9fff9ef4 100644 --- a/src/config.h +++ b/src/config.h @@ -29,15 +29,16 @@ #define PIXELS_PER_UNIT 256.0 -#define GAME_FPS 50.0 +#define GAME_FPS 300.0 #define GAME_TIMESCALE 1.0 +#define GAME_PHYSICS_SUBSTEPS 4 /* How many ticks back in time should the user blend between? * = * * E.g: At 1.5, the user thread will render 75ms back in time (if game thread runs at 50FPS) */ #define USER_INTERP_OFFSET_TICK_RATIO 1.1 -#define USER_INTERP_ENABLED 1 +#define USER_INTERP_ENABLED 0 /* ========================== * * Settings