From e021ef6c899482ebe51f2855045074c14e0431d1 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Mon, 3 May 2021 23:43:02 +1000 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index b8d99d976..d5c850790 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ * `FEditorDelegates::OnFocusViewportOnActors` is no longer unnecessarily subscribed to multiple times. * `Loading tileset ...` is now only written to the output log when the tileset actually needs to be reloaded. * Fixed a bug where collision does not update correctly when changing properties of a tileset in the editor. +* Fixed a bug that caused tiles to disappear when "Suspend Update" was enabled. ### v1.1.1 - 2021-04-23