diff options
author | Mateo Dev .59 <mateomiccino@gmail.com> | 2020-02-25 17:41:54 -0300 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-28 14:24:09 +0100 |
commit | b8f08b42e7ca111a910f04475cb4d18435a17de1 (patch) | |
tree | 4462ab3f552754c6ae044a1ab6b4c56fb2d1c7b1 /editor/plugins/animation_player_editor_plugin.h | |
parent | f742dabafee7f54e1b77148d547e2031d7cc535e (diff) |
Signals: Fix signals error prints for the new signal system
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.h')
-rw-r--r-- | editor/plugins/animation_player_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.h b/editor/plugins/animation_player_editor_plugin.h index 40815151a3..1abefad635 100644 --- a/editor/plugins/animation_player_editor_plugin.h +++ b/editor/plugins/animation_player_editor_plugin.h @@ -209,6 +209,7 @@ class AnimationPlayerEditor : public VBoxContainer { void _allocate_onion_layers(); void _free_onion_layers(); void _prepare_onion_layers_1(); + void _prepare_onion_layers_1_deferred(); void _prepare_onion_layers_2(); void _start_onion_skinning(); void _stop_onion_skinning(); |