You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ Android browser does not support Full Screen.
108
108
* Added extra checks to Sound.play to stop it throwing DOM Exception Error 11 if the `sound.readyState` wasn't set or the sound was invalid. Also wrapped `stop()`` call in a `try catch`.
109
109
* Time.reset would incorrectly reset the `_started` property, now maps it to `Time.time` (thanks @XekeDeath#1467)
110
110
* Fix floating point inaccuracy in Tween easing edge cases (thanks @jounii#1492)
111
+
* Simplified call to updateTransform - unified and verified fix for #1424#1502
0 commit comments