Merge remote-tracking branch 'origin/hotfix-to-v0.3.0' into main

This commit is contained in:
Kevin Ring 2021-05-13 17:43:46 +10:00
commit 89d9f58ff6
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
##### Fixes :wrench:
- Matched draco's decoded indices to gltf primitive if indices attribute does not match with the decompressed indices.
### v0.3.1 - 2021-05-13
##### Fixes :wrench:
- Fixed a memory leak when loading textures from a glTF model.
- Fixed a use-after-free bug that could cause a crash when destroying a `RasterOverlay`.