We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb81c9 commit bf2510bCopy full SHA for bf2510b
1 file changed
CHANGELOG.md
@@ -27,6 +27,8 @@ being passed to the simulation. The default value is 1 to remain consistent with
27
* PathFollower.start has been renamed to `startFollow`, but PathFollower.setPath was still using `PathFollower.start` (thanks @samid737)
28
* BaseSoundManager.rate and BaseSoundManager.detune would incorrectly called `setRate` on its sounds, instead of `calculateRate`.
29
* The Gamepad Axis `getValue` method now correctly applies the threshold and zeroes out the returned value.
30
+* Tween.Restart handles removed tweens properly and readds them back into the
31
+active queue for the TweenManager
32
33
### Updates
34
0 commit comments