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()