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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ Version 2.2.2 - "Alkindar" - in development
97
97
### Bug Fixes
98
98
99
99
* Fix / double-copy for Safari tilemap bug when rendering with delta scrolling. This fixes tilemaps not appearing to update on Safari OS X and iOS specifically (thanks @pnstickne#1498)
100
+
* Simplified call to `updateTransform`. This is the unified and verified fix for #1424#1490#1502 and solves issues with physics tunneling under the new time step code.
100
101
* Tween.delay, Tween.repeat and Tween.yoyo will no longer throw an error if called before a TweenData object has been created (via Tween.to or Tween.from) (thanks @SomMeri#1419)
101
102
* The click trampoline added for IE prevented Chrome for Android from being
102
103
able to launch Full Screen mode with the default parameters for
@@ -111,7 +112,6 @@ primary input is ubiquitously a mouse. There are no known breaking compatibility
111
112
* 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`.
112
113
* Time.reset would incorrectly reset the `_started` property, now maps it to `Time.time` (thanks @XekeDeath#1467)
113
114
* Fix floating point inaccuracy in Tween easing edge cases (thanks @jounii#1492)
114
-
* Simplified call to updateTransform - unified and verified fix for #1424#1502
115
115
* Phaser.Signal was causing a CSP script-src violations in Cordova and Google Chrome Apps (thanks @elennaro#1494)
116
116
* Added Events.onEnterBounds to the destroy method (thanks @legendary-mich#1497)
0 commit comments