Change reshape iterations

This commit is contained in:
Miloslav Ciz 2025-02-24 15:51:46 +01:00
parent 27da348b24
commit 745067d8cc
6 changed files with 10 additions and 6 deletions

View file

@ -47,8 +47,10 @@ typedef int32_t LCR_GameUnit; ///< abstract game unit
#define LCR_PHYSICS_UNIT 4096 ///< len. of square for phys. engine
#define TPE_RESHAPE_TENSION_LIMIT 3
#define TPE_RESHAPE_ITERATIONS 8
#define TPE_RESHAPE_ITERATIONS 15 /** a lot, but seems to help with the
bug that happens when driving onto
curved ramp diagonally at high
speed */
#include "general.h"
#include "map.h"
#include "tinyphysicsengine.h"