diff --git a/src/core/renderers/SystemRenderer.js b/src/core/renderers/SystemRenderer.js index f37befe..b519d6b 100644 --- a/src/core/renderers/SystemRenderer.js +++ b/src/core/renderers/SystemRenderer.js @@ -228,7 +228,7 @@ * Useful function that returns a texture of the display object that can then be used to create sprites * This can be quite useful if your displayObject is complicated and needs to be reused multiple times. * - * @param displayObject {number} The displayObject the object will be generated from + * @param displayObject {PIXI.DisplayObject} The displayObject the object will be generated from * @param scaleMode {number} Should be one of the scaleMode consts * @param resolution {number} The resolution of the texture being generated * @return {PIXI.Texture} a texture of the graphics object