mirror of
https://github.com/photonstorm/phaser
synced 2024-11-17 10:18:42 +00:00
Formatting fix
This commit is contained in:
parent
339344621e
commit
f06bb3d420
1 changed files with 1 additions and 0 deletions
|
@ -794,6 +794,7 @@ var StaticBody = new Class({
|
|||
if (this.debugShowBody)
|
||||
{
|
||||
graphic.lineStyle(1, this.debugBodyColor, 1);
|
||||
|
||||
if (this.isCircle)
|
||||
{
|
||||
graphic.strokeCircle(x, y, this.width / 2);
|
||||
|
|
Loading…
Reference in a new issue