Skip to content

Commit 006d40f

Browse files
committed
Updated docs for loadFrameData and removed debug line.
1 parent 4a429c3 commit 006d40f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/animation/AnimationManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ Phaser.AnimationManager.prototype = {
7979
* @private
8080
* @param {Phaser.FrameData} frameData - The FrameData set to load.
8181
* @param {string|number} frame - The frame to default to.
82+
* @return {boolean} Returns `true` if the frame data was loaded successfully, otherwise `false`
8283
*/
8384
loadFrameData: function (frameData, frame) {
8485

85-
console.log('loadFrameData', this._frameData);
8686
this._frameData = frameData;
8787

8888
if (typeof frame === 'undefined' || frame === null)

0 commit comments

Comments
 (0)