Skip to content

Commit 959a920

Browse files
committed
1 parent cf6b6eb commit 959a920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/gameobjects/components/animation/DelayedPlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DelayedPlay = function (delay, key, startFrame)
22
{
3-
this.play(key, startFrame);
3+
this.play(key, true, startFrame);
44

55
this.nextTick += (delay * 1000);
66

0 commit comments

Comments
 (0)