Skip to content

Commit

Permalink
no undo history cleared message
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Apr 30, 2024
1 parent 4f89793 commit a71b7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scenes/UndoStates.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit a71b7f7

Please sign in to comment.