Make possible to edit multiple keys in an animation again
This commit is contained in:
parent
b62b8ccf94
commit
97e18f03db
File diff suppressed because it is too large
Load Diff
|
@ -246,6 +246,7 @@ public:
|
|||
};
|
||||
|
||||
class AnimationTrackKeyEdit;
|
||||
class AnimationMultiTrackKeyEdit;
|
||||
class AnimationBezierTrackEdit;
|
||||
|
||||
class AnimationTrackEditGroup : public Control {
|
||||
|
@ -415,6 +416,7 @@ class AnimationTrackEditor : public VBoxContainer {
|
|||
void _move_selection_cancel();
|
||||
|
||||
AnimationTrackKeyEdit *key_edit;
|
||||
AnimationMultiTrackKeyEdit *multi_key_edit;
|
||||
void _update_key_edit();
|
||||
|
||||
void _clear_key_edit();
|
||||
|
|
Loading…
Reference in New Issue