Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(TweenScheduler): force RepeatCount of -1 to update tween #238

Merged
merged 2 commits into from
Mar 30, 2023

Conversation

quantix-dev
Copy link
Contributor

This is a PR to reflect the missing changes for issue #172 that were addressed by PR #173.

I re-added the missing line, which will always force tweens with a RepeatCount of -1 to update
if currentTime > tween._currentTweenDuration and tween._currentTweenInfo.RepeatCount > -1 then

I'm not entirely sure how but it seems my commit for this line got removed from the git history.

@quantix-dev quantix-dev marked this pull request as ready for review February 20, 2023 22:15
@dphfox dphfox merged commit 7a55ced into dphfox:main Mar 30, 2023
@quantix-dev quantix-dev deleted the fix/RepeatCount-standardisation branch April 1, 2023 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants