mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
Add missing parameter
This commit is contained in:
parent
6724cc6e91
commit
4e4218ea73
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ var BaseTweenData = new Class({
|
|||
}
|
||||
else if (this.repeatCounter > 0)
|
||||
{
|
||||
this.onRepeat(diff, true);
|
||||
this.onRepeat(diff, true, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue