From 662821bb36e88b57fd41413c01a06c7a8a4aa9d1 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Tue, 3 Nov 2020 08:39:39 -0500 Subject: [PATCH] Fix CHANGES.md [skip ci] --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 657c647e29b3..cf3bf335d47a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ ##### Fixes :wrench: -- Fixed an issue where tileset styles would be reapplied every frame when a tileset has a style and `tileset.preloadWhenHidden` is true. Also fixed a related issue were styles would be reapplied if the style being set is the same as the active style. +- Fixed an issue where tileset styles would be reapplied every frame when a tileset has a style and `tileset.preloadWhenHidden` is true and `tileset.show` is false. Also fixed a related issue where styles would be reapplied if the style being set is the same as the active style. [#9223](https://github.com/CesiumGS/cesium/pull/9223) ### 1.75 - 2020-11-02