Fix culling bug
This commit is contained in:
parent
ff3830cb02
commit
dab40e47bc
5 changed files with 29 additions and 9 deletions
2
racing.h
2
racing.h
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue