Skip to content

Commit

Permalink
Sets the new NumberTween value
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jan 2, 2025
1 parent 38d976e commit 5f4280e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tweens/builders/NumberTweenBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ var NumberTweenBuilder = function (parent, config, defaults)
tween.loopDelay = Math.round(GetAdvancedValue(config, 'loopDelay', 0));
tween.paused = GetBoolean(config, 'paused', false);
tween.persist = GetBoolean(config, 'persist', false);
tween.isNumberTween = true;

// Set the Callbacks
tween.callbackScope = GetValue(config, 'callbackScope', tween);
Expand Down

0 comments on commit 5f4280e

Please sign in to comment.