Skip to content

Commit 825f2da

Browse files
committed
Update CHANGELOG.md
1 parent ab92449 commit 825f2da

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
@@ -107,7 +107,7 @@ In combination these updates fix issues #4732 and #4672. My thanks to @BenjaminD
107107
* `WebGLRenderer.createTexture2D` has a new optional parameter `forceSize`, which will force the gl texture creation to use the dimensions passed to the method, instead of extracting them from the pixels object, if provided.
108108
* The `GameObject.setTexture` method can now accept either a string, in which case it looks for the texture in the Texture Manager, or a Texture instance, in which case that instance is set as the Game Object's texture.
109109
* `TextureManager.get` can now accept either a string-based key, or a Texture instance, as its parameter.
110-
* `SceneManager.stop` now has an optional `data` parameter, which is passed to the Scene shutdown method. Fix #4510 (thanks @Olliebrown @GetsukenStudios)
110+
* `SceneManager.stop` and the matching `ScenePlugin.stop` now have an optional `data` parameter, which is passed to the Scene shutdown method. Fix #4510 (thanks @Olliebrown @GetsukenStudios)
111111

112112
### Bug Fixes
113113

0 commit comments

Comments
 (0)