~ubuntu-branches/ubuntu/raring/box2d/raring

1
2
3
4
5
6
7
8
9
10
11
12
13
Index: box2d-2.0.1/Source/Common/b2Settings.h
===================================================================
--- box2d-2.0.1.orig/Source/Common/b2Settings.h	2008-04-10 23:44:06.000000000 +0200
+++ box2d-2.0.1/Source/Common/b2Settings.h	2009-01-05 20:30:42.000000000 +0100
@@ -73,7 +73,7 @@
 // Collision
 const int32 b2_maxManifoldPoints = 2;
 const int32 b2_maxPolygonVertices = 8;
-const int32 b2_maxProxies = 512;				// this must be a power of two
+const int32 b2_maxProxies = 512*4;				// this must be a power of two
 const int32 b2_maxPairs = 8 * b2_maxProxies;	// this must be a power of two
 
 // Dynamics