Skip to content

Commit 8bdeb69

Browse files
committed
Updated change log
1 parent cd288b3 commit 8bdeb69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* CanvasPool has a new argument `selfParent` which allows the canvas itself to be the parent key, used for later removal.
1919
* Frame has a new method `setSize` which allows you to set the frame x, y, width and height and have it update all of the internal properties automatically. This is now called directly in the constructor.
2020
* When a TextureSource is destroyed if it's got a canvas texture it's removed from the CanvasPool.
21-
* TextureManager.checkKey will check if a texture key is in-use and log a console warning if it is and then return a boolean. This is now used extensively internally to prevent you from adding textures that already exist into the manager. If you wish to just check if a key is in use without the error, use the `TextureManager.exists` method as before.
21+
* TextureManager.checkKey will check if a texture key is in-use and log a console error if it is and then return a boolean. This is now used extensively internally to prevent you from adding textures that already exist into the manager. If you wish to just check if a key is in use without the error, use the `TextureManager.exists` method as before.
2222
* TextureManager.remove will allow you to remove a texture from the manager. The texture is destroyed and it emits a `removetexture` event.
2323
* TextureSource has a new property `renderer` as it's used a lot internally and is useful if you extend the class.
2424
* TextureSource will now remove its respective WebGLTexture from the renderer when destroyed.

0 commit comments

Comments
 (0)