Update CHANGELOG-v3.85.3.md

This commit is contained in:
Richard Davey 2024-10-04 15:53:30 +01:00
parent c066ffef1b
commit 57965916e3

View file

@ -3,6 +3,7 @@
## Bug Fixes
* The `Array.MoveAbove` function didn't recalculate the baseIndex after the splice, meaning the item would end up in the wrong location.
* The `HexagonalTileToWorldXY` function incorrectly used `this` instead of `layer` causing it to error in hex tilemaps with x axis staggering. Fix #6913 (thanks @jummy123)
## Examples, Documentation, Beta Testing and TypeScript