Fix culling bug

This commit is contained in:
Miloslav Ciz 2025-02-20 15:57:34 +01:00
parent ff3830cb02
commit dab40e47bc
5 changed files with 29 additions and 9 deletions

View file

@ -54,7 +54,7 @@ typedef int32_t LCR_GameUnit; ///< abstract game unit
#include "tinyphysicsengine.h"
#define LCR_GRAVITY (LCR_PHYSICS_UNIT / 160)
#define LCR_FAN_FORCE 3
#define LCR_FAN_FORCE 4
#define LCR_FAN_FORCE_DECREASE 6
#define LCR_CAR_FORWARD_FRICTION (TPE_F / 180)