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