1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00

Call change_cel() in Project.reverse_frames()

This commit is contained in:
Emmanouil Papadeas 2023-06-16 19:38:39 +03:00
parent 6499b1c2f9
commit 9e8f0a95f9

View file

@ -732,6 +732,7 @@ func reverse_frames(frame_indices: Array) -> void:
Global.animation_timeline.project_frame_removed(reverse_index)
Global.animation_timeline.project_frame_added(reverse_index)
_set_timeline_first_and_last_frames()
change_cel(-1)
func add_layers(new_layers: Array, indices: Array, cels: Array) -> void: # cels is 2d Array of cels