Skip to content

Commit 888f88e

Browse files
committed
Fixed js doc for cache.getRenderTexture
1 parent 6b6c582 commit 888f88e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader/Cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,7 @@ Phaser.Cache.prototype = {
13711371
*
13721372
* @method Phaser.Cache#getRenderTexture
13731373
* @param {string} key - The key of the asset to retrieve from the cache.
1374-
* @return {Phaser.RenderTexture} The RenderTexture object.
1374+
* @return {Object} The object with Phaser.RenderTexture and Phaser.Frame.
13751375
*/
13761376
getRenderTexture: function (key) {
13771377

0 commit comments

Comments
 (0)