diff --git a/src/pixi/core/Circle.js b/src/pixi/core/Circle.js index 114b498..ebf9d05 100644 --- a/src/pixi/core/Circle.js +++ b/src/pixi/core/Circle.js @@ -7,8 +7,8 @@ * * @class Circle * @constructor - * @param x {Number} The X coordinate of the upper-left corner of the framing rectangle of this circle - * @param y {Number} The Y coordinate of the upper-left corner of the framing rectangle of this circle + * @param x {Number} The X coordinate of the center of this circle + * @param y {Number} The Y coordinate of the center of this circle * @param radius {Number} The radius of the circle */ PIXI.Circle = function(x, y, radius)