Add missing parameter

This commit is contained in:
Richard Davey 2022-11-03 18:45:03 +00:00
parent 6724cc6e91
commit 4e4218ea73

View file

@ -463,7 +463,7 @@ var BaseTweenData = new Class({
}
else if (this.repeatCounter > 0)
{
this.onRepeat(diff, true);
this.onRepeat(diff, true, false);
}
else
{