diff --git a/src/core/graphics/webgl/GraphicsRenderer.js b/src/core/graphics/webgl/GraphicsRenderer.js index 03bb890..4230437 100644 --- a/src/core/graphics/webgl/GraphicsRenderer.js +++ b/src/core/graphics/webgl/GraphicsRenderer.js @@ -140,7 +140,7 @@ * Updates the graphics object * * @private - * @param graphicsData {PIXI.Graphics} The graphics object to update + * @param graphics {PIXI.Graphics} The graphics object to update */ GraphicsRenderer.prototype.updateGraphics = function(graphics) {