diff options
| author | groud <gilles.roudiere@gmail.com> | 2018-09-18 20:00:07 +0200 |
|---|---|---|
| committer | groud <gilles.roudiere@gmail.com> | 2018-09-18 20:00:07 +0200 |
| commit | 5172642c32900f97a6a81640dd6fcb518a254148 (patch) | |
| tree | 820d3dc0c9ad6e6c90ebf48162e2fd069cc4fb30 /editor/plugins/animation_player_editor_plugin.cpp | |
| parent | f148e8eedeb1ff2dcf74d6843d1314d7c6db12a7 (diff) | |
| download | redot-engine-5172642c32900f97a6a81640dd6fcb518a254148.tar.gz | |
Fixes drawing of the 2D plugins on the 3D view
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/animation_player_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp index bf7603bd86..445664f8dd 100644 --- a/editor/plugins/animation_player_editor_plugin.cpp +++ b/editor/plugins/animation_player_editor_plugin.cpp @@ -908,7 +908,7 @@ void AnimationPlayerEditor::edit(AnimationPlayer *p_player) { } } -void AnimationPlayerEditor::forward_force_draw_over_viewport(Control *p_overlay) { +void AnimationPlayerEditor::forward_canvas_force_draw_over_viewport(Control *p_overlay) { if (!onion.can_overlay) return; |
