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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,11 @@ Version 2.0.4 - "Mos Shirare" - in development
88
88
* Line.angle and Math.angleBetween used Math.atan2 arguments in the wrong order (thanks @jotson, fix #724)
89
89
90
90
91
+
### ToDo
92
+
93
+
* Stage.postUpdate may update a camera tracked object twice if it's not on the root display level (which it rarely is)
94
+
95
+
91
96
There is an extensive [Migration Guide](https://github.com/photonstorm/phaser/blob/master/resources/Migration%20Guide.md) available for those converting from Phaser 1.x to 2.x. In the guide we detail the API breaking changes and approach to our new physics system.
92
97
93
98
The full Change Log is at https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md
0 commit comments