Skip to content

Commit f06bb3d

Browse files
committed
Formatting fix
1 parent 3393446 commit f06bb3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/physics/arcade/StaticBody.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,7 @@ var StaticBody = new Class({
794794
if (this.debugShowBody)
795795
{
796796
graphic.lineStyle(1, this.debugBodyColor, 1);
797+
797798
if (this.isCircle)
798799
{
799800
graphic.strokeCircle(x, y, this.width / 2);

0 commit comments

Comments
 (0)