Skip to content

Commit 6d958c5

Browse files
committed
jsdoc udpate
1 parent 8f2c13f commit 6d958c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/components/Texture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var Texture = {
2020
* The Texture this Game Object is using to render with.
2121
*
2222
* @name Phaser.GameObjects.Components.Texture#texture
23-
* @type {Phaser.Textures.Texture}
23+
* @type {Phaser.Textures.Texture|Phaser.Textures.CanvasTexture}
2424
* @since 3.0.0
2525
*/
2626
texture: null,

0 commit comments

Comments
 (0)