Skip to content

Commit a737cf0

Browse files
committed
Corrected manager type.
1 parent d432a64 commit a737cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/textures/CanvasTexture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var Texture = require('./Texture');
3636
* @constructor
3737
* @since 3.7.0
3838
*
39-
* @param {Phaser.Textures.CanvasTexture} manager - A reference to the Texture Manager this Texture belongs to.
39+
* @param {Phaser.Textures.TextureManager} manager - A reference to the Texture Manager this Texture belongs to.
4040
* @param {string} key - The unique string-based key of this Texture.
4141
* @param {HTMLCanvasElement} source - The canvas element that is used as the base of this texture.
4242
* @param {integer} width - The width of the canvas.

0 commit comments

Comments
 (0)