From 57965916e369a7d7879eaf7dabb66ebf9f69e660 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 4 Oct 2024 15:53:30 +0100 Subject: [PATCH] Update CHANGELOG-v3.85.3.md --- changelog/3.85.3/CHANGELOG-v3.85.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog/3.85.3/CHANGELOG-v3.85.3.md b/changelog/3.85.3/CHANGELOG-v3.85.3.md index 9994874c77..bb50684daf 100644 --- a/changelog/3.85.3/CHANGELOG-v3.85.3.md +++ b/changelog/3.85.3/CHANGELOG-v3.85.3.md @@ -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