Skip to content

Commit 9dd3e53

Browse files
committed
Update CHANGELOG.md
1 parent c37058e commit 9dd3e53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
* `Video.destroy` has been renamed to `Video.preDestroy`, so that it now destroys properly like all other Game Objects. Fix #4821 (thanks @rexrainbow)
7272
* The Video Game Object will now check to see if the browser supports the `HTMLVideoElement` before creating one (thanks @jcyuan)
7373
* The `DOM.GetScreenOrientation` functions would return out-dated consts (thanks @jcyuan)
74+
* When calling `TileSprite.setTexture` or `setFrame`, if the new frame size didn't match the old one, the new fill pattern would become distorted and the `potWidth` and `potHeight` values would be incorrect.
7475

7576
### Examples, Documentation and TypeScript
7677

0 commit comments

Comments
 (0)