Merge pull request #20 with previous commit

This commit is contained in:
OverloadedOrama 2019-11-20 14:42:52 +02:00
parent e895e82a95
commit d44b31b5a8
6 changed files with 7 additions and 6 deletions

View file

@ -119,4 +119,4 @@ func change_frame_order(rate : int) -> void:
Global.undo_redo.add_undo_method(Global, "undo", [Global.canvases[frame]])
Global.undo_redo.add_do_method(Global, "redo", [Global.canvases[frame]])
Global.undo_redo.commit_action()
Global.undo_redo.commit_action()