Skip to content

Commit 6a2c476

Browse files
committed
Use defaultStrokeWidth in drawDebug()
1 parent bf44dd2 commit 6a2c476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/arcade/StaticBody.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ var StaticBody = new Class({
800800

801801
if (this.debugShowBody)
802802
{
803-
graphic.lineStyle(1, this.debugBodyColor, 1);
803+
graphic.lineStyle(graphic.defaultStrokeWidth, this.debugBodyColor, 1);
804804

805805
if (this.isCircle)
806806
{

0 commit comments

Comments
 (0)