mirror of
https://github.com/photonstorm/phaser
synced 2024-12-03 09:59:42 +00:00
Update BuildGameObjectAnimation.js
This commit is contained in:
parent
9f6572c0b9
commit
af0f207cbb
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ var BuildGameObjectAnimation = function (sprite, config)
|
||||||
}
|
}
|
||||||
else if (delayedPlay > 0)
|
else if (delayedPlay > 0)
|
||||||
{
|
{
|
||||||
anims.delayedPlay(delayedPlay, playConfig);
|
anims.playAfterDelay(playConfig, delayedPlay);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue