Interesting, I looked at JBox2D sources and the numbers for e_shapeBit were entirely diferent.
Letme try something.
I can't, DebugDraw is abstract.
Letme try something.
(07-14-2012, 01:04 AM)Qwertygiy Wrote: OH, I bet I know your problem.
"private static DebugDraw debugDraw;"
You never defined debugDraw.
Try
"private static DebugDraw debugDraw = new DebugDraw();"
I can't, DebugDraw is abstract.