From d80135083bbce2340e9f0454eb70dd525910b660 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 13 Nov 2024 22:23:03 +0000 Subject: [PATCH] Update CHANGELOG-v3.87.md --- changelog/3.87/CHANGELOG-v3.87.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3.87/CHANGELOG-v3.87.md b/changelog/3.87/CHANGELOG-v3.87.md index 966dde575..b81a45378 100644 --- a/changelog/3.87/CHANGELOG-v3.87.md +++ b/changelog/3.87/CHANGELOG-v3.87.md @@ -5,9 +5,9 @@ ## Bug Fixes +* Fixed the calculation of the index in `GetBitmapTextSize` that would lead to incorrect indexes vs. the docs and previous releases (thanks @bagyoni) * `Utils.String.RemoveAt` would incorrectly calculate the slice index if it was > 0. It will now remove the correctly specified character. - ## Examples, Documentation, Beta Testing and TypeScript Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs: