Updated Box2D to 2.3.2-git.

This commit is contained in:
Alex Szpakowski
2015-11-30 23:55:50 -04:00
parent 5bdd858487
commit 0474f8167a
12 changed files with 87 additions and 51 deletions
+1 -1
View File
@@ -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)