Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DebugDraw class in JBox2D
#4
OH, I bet I know your problem.

"private static DebugDraw debugDraw;"

You never defined debugDraw.

Try

"private static DebugDraw debugDraw = new DebugDraw();"
Reply


Messages In This Thread
DebugDraw class in JBox2D - by Dignity - 07-14-2012, 12:35 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)