fix layer and frame duplicate

This commit is contained in:
2019-11-04 15:03:21 +01:00
parent adc64ad42e
commit 4b6316bf68
5 changed files with 38 additions and 13 deletions

View File

@@ -191,6 +191,7 @@ public:
void layer_order(int idx, int pos);
void layer_merge(int source_idx, int dest_idx);
int anim_duration() const noexcept;
void anim_update() noexcept;
void anim_goto_frame(int frame) noexcept;
void anim_goto_next() noexcept;
void anim_goto_prev() noexcept;