Remove multiple colliders, add spatial index component
This commit is contained in:
@@ -24,7 +24,7 @@ typedef double f64;
|
||||
#define DEBUG_MODE
|
||||
#ifndef DEBUG_MODE
|
||||
#undef BZ_ASSERT
|
||||
#define BZ_ASSERT(e) BZ_UNUSDE(x)
|
||||
#define BZ_ASSERT(e) BZ_UNUSED(x)
|
||||
#endif
|
||||
|
||||
#define BZ_UNUSED(x) (void)(x)
|
||||
|
||||
Reference in New Issue
Block a user