We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c9da5 commit 152a017Copy full SHA for 152a017
1 file changed
CHANGELOG.md
@@ -11,6 +11,7 @@
11
* LoaderPlugin.destroy would try and remove an incorrect event listener.
12
* TileSprites would try to call `deleteTexture` on both renderers, but it's only available in WebGL (thanks @jmcriat)
13
* Using a geometry mask stopped working in WebGL. Fix #3582 (thanks @rafelsanso)
14
+* The particle emitter incorrectly adjusted the vertex count, causing WebGL rendering issues. Fix #3583 (thanks @murteira)
15
16
### Examples, Documentation and TypeScript
17
0 commit comments