Formatting fix

This commit is contained in:
Richard Davey 2018-11-20 10:21:02 +00:00
parent 339344621e
commit f06bb3d420

View file

@ -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);