From a71b7f7e2942bd2abc36cc586ba02c8ce9318858 Mon Sep 17 00:00:00 2001 From: rainlizard <15337628+rainlizard@users.noreply.github.com> Date: Wed, 1 May 2024 08:15:24 +1000 Subject: [PATCH] no undo history cleared message --- Scenes/UndoStates.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scenes/UndoStates.gd b/Scenes/UndoStates.gd index 8cfe462a..77dd9e4c 100644 --- a/Scenes/UndoStates.gd +++ b/Scenes/UndoStates.gd @@ -24,7 +24,7 @@ func _input(event): func clear_history(): - oMessage.quick("Undo history cleared") + #oMessage.quick("Undo history cleared") undo_history.clear() oMenu.update_undo_availability()