We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6c582 commit 888f88eCopy full SHA for 888f88e
1 file changed
src/loader/Cache.js
@@ -1371,7 +1371,7 @@ Phaser.Cache.prototype = {
1371
*
1372
* @method Phaser.Cache#getRenderTexture
1373
* @param {string} key - The key of the asset to retrieve from the cache.
1374
- * @return {Phaser.RenderTexture} The RenderTexture object.
+ * @return {Object} The object with Phaser.RenderTexture and Phaser.Frame.
1375
*/
1376
getRenderTexture: function (key) {
1377
0 commit comments