Merge pull request #675 from erorcun/master

Squeeze performance option, minor fixes
This commit is contained in:
aap
2020-08-07 10:18:46 +02:00
committed by GitHub
21 changed files with 181 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
#endif
// If you spawn many tanks at once, you will see that collisions of two entity exceeds 32.
#ifdef FIX_BUGS
#if defined(FIX_BUGS) && !defined(SQUEEZE_PERFORMANCE)
#define MAX_COLLISION_POINTS 64
#else
#define MAX_COLLISION_POINTS 32