diff --git a/src/physics/arcade/StaticBody.js b/src/physics/arcade/StaticBody.js index c4827adbe..92e0a348a 100644 --- a/src/physics/arcade/StaticBody.js +++ b/src/physics/arcade/StaticBody.js @@ -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);