07-14-2012, 01:32 AM
Random idea, try swapping these two lines:
debugDraw.setFlags(debugDraw.e_shapeBit);
world.setDebugDraw(debugDraw);
debugDraw.setFlags(debugDraw.e_shapeBit);
world.setDebugDraw(debugDraw);
The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.4.12 (Linux)
|
DebugDraw class in JBox2D
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
DebugDraw class in JBox2D - by Dignity - 07-14-2012, 12:35 AM
|