Update CHANGELOG.md

This commit is contained in:
Richard Davey 2018-12-21 02:47:14 +00:00
parent cc280d8950
commit 98c68b8595

View file

@ -202,6 +202,7 @@ one set of bindings ever created, which makes things a lot cleaner.
* `WebGLRenderer.setScissor` now has a new optional argument `drawingBufferHeight` which allows you to specify the drawing buffer height, rather than use the renderers default value.
* `WebGLRenderer.pushScissor` now has a new optional argument `drawingBufferHeight` which allows you to specify the drawing buffer height, rather than use the renderers default value.
* `WebGLRenderer.preRender` now calls `gl.clearColor` in order to restore the background clear color in case something, like a Render Texture, has changed it.
* `Map.set` will now update an existing value if you provide it with a key that already exists within the Map. Previously, if you tried to set the value of a key that existed it would be skipped.
### Bug Fixes