We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056b71b commit 84361c8Copy full SHA for 84361c8
1 file changed
Box2dNet.OldSamples/ConsoleDebugDraw.cs
@@ -19,7 +19,6 @@ public static b2DebugDraw Create()
19
debugDraw.DrawPoint = Marshal.GetFunctionPointerForDelegate((DrawPoint)DrawPoint);
20
debugDraw.DrawString = Marshal.GetFunctionPointerForDelegate((DrawString)DrawString);
21
22
- debugDraw.useDrawingBounds = false;
23
debugDraw.drawShapes = true;
24
debugDraw.drawJoints = true;
25
debugDraw.drawJointExtras = true;
0 commit comments