diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/Collision.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Collision.h b/src/core/Collision.h index ccc99244..d7498ac0 100644 --- a/src/core/Collision.h +++ b/src/core/Collision.h @@ -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 |