mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
Merge pull request #3539 from pixelpicosean/fix_animation_complete_event
Fix animationcomplete event name typo
This commit is contained in:
commit
f084178929
1 changed files with 8 additions and 8 deletions
|
@ -700,7 +700,7 @@ var Animation = new Class({
|
|||
|
||||
var gameObject = this.parent;
|
||||
|
||||
gameObject.emit('animtioncomplete', this.currentAnim, this.currentFrame);
|
||||
gameObject.emit('animationcomplete', this.currentAnim, this.currentFrame);
|
||||
|
||||
return gameObject;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue