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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,12 +209,13 @@ We've also removed functions and properties from Pixi classes that Phaser doesn'
209
209
* P2 Debug Body class: The shape check in draw() needed to check for Convex last, since other shapes (like Rectangle) inherit from Convex (thanks @englercj#1674)
210
210
* P2 Debug Body class: The updateSpriteTransform() function needed to be called from the ctor. Otherwise bodies with no sprite (so no postUpdate call) would never be moved to draw in the correct position (thanks @englercj#1674)
211
211
212
-
### Pixi 2.2.7 Bug Fixes
212
+
### Pixi 2.2.8 Bug Fixes
213
213
214
214
* SpriteBatch added fix to handle batch context loss on change.
215
215
* RenderTexture resolution fix.
216
216
* WebGL Filter Resolution fix.
217
217
* TilingSprite fixes when masked in canvas mode.
218
+
* TilingSprite.destroy fixed if TilingSprite hasn't ever been rendered.
218
219
219
220
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
0 commit comments