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

« back to all changes in this revision

Viewing changes to debian/patches/maxproxies.patch

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Miriam Ruiz, Barry deFreese
  • Date: 2009-04-12 14:33:33 UTC
  • Revision ID: james.westby@ubuntu.com-20090412143333-kvdtkl94qfvbb7zq
Tags: 2.0.1+dfsg1-1
[ Miriam Ruiz ]
* Initial release (Closes: #496991)

[ Barry deFreese ]
* Add myself to uploaders.

Show diffs side-by-side

added added

removed removed

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