Skip to content

Commit 84361c8

Browse files
committed
bugfix
1 parent 056b71b commit 84361c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Box2dNet.OldSamples/ConsoleDebugDraw.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public static b2DebugDraw Create()
1919
debugDraw.DrawPoint = Marshal.GetFunctionPointerForDelegate((DrawPoint)DrawPoint);
2020
debugDraw.DrawString = Marshal.GetFunctionPointerForDelegate((DrawString)DrawString);
2121

22-
debugDraw.useDrawingBounds = false;
2322
debugDraw.drawShapes = true;
2423
debugDraw.drawJoints = true;
2524
debugDraw.drawJointExtras = true;

0 commit comments

Comments
 (0)