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);
DebugDraw class in JBox2D
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
DebugDraw class in JBox2D - by Dignity - 07-14-2012, 12:35 AM
|