mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Updated Box2D to 2.3.2-git.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "common/Exception.h"
|
||||
|
||||
b2Version b2_version = {2, 3, 0};
|
||||
b2Version b2_version = {2, 3, 2};
|
||||
|
||||
// Memory allocators. Modify these to use your own allocator.
|
||||
void* b2Alloc(int32 size)
|
||||
|
||||
Reference in New Issue
Block a user