You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@
4
4
5
5
##### Fixes :wrench:
6
6
7
+
- Fixed a bug that could cause a crash on AppDomain reloads.
7
8
- Fixed a bug that could cause a crash or incorrect textures when multiple `Cesium3DTileset` tiles referenced the same image by URL.
8
9
- Fixed a bug that could cause incorrect colors in a model that did have vertex colors but did not have normals.
9
10
- Fixed a bug that could cause a hang when attempting to load a model with UINT16 indices where generating flat normals required more than 2^16 vertices.
11
+
- Fixed a bug in the Abseil vcpkg overlay port that could cause linker errors on some systems.
0 commit comments