mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
Fix b2Assert location and fix isfinite missing
This commit is contained in:
@@ -122,9 +122,6 @@ inline void b2Log(const char* string, ...)
|
||||
|
||||
#endif // B2_USER_SETTINGS
|
||||
|
||||
void loveAssert(bool test, const char* teststr);
|
||||
#define b2Assert(A) loveAssert((A), #A)
|
||||
|
||||
#include "b2_common.h"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user