mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
Merge pull request #6598 from samme/patch-19
Unprotect Animation#getFrameAt
This commit is contained in:
commit
d9147e92eb
1 changed files with 0 additions and 1 deletions
|
@ -359,7 +359,6 @@ var Animation = new Class({
|
|||
* Returns the AnimationFrame at the provided index
|
||||
*
|
||||
* @method Phaser.Animations.Animation#getFrameAt
|
||||
* @protected
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param {number} index - The index in the AnimationFrame array
|
||||
|
|
Loading…
Reference in a new issue