summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorgroud <gilles.roudiere@gmail.com>2018-09-18 20:00:07 +0200
committergroud <gilles.roudiere@gmail.com>2018-09-18 20:00:07 +0200
commit5172642c32900f97a6a81640dd6fcb518a254148 (patch)
tree820d3dc0c9ad6e6c90ebf48162e2fd069cc4fb30 /editor/plugins/animation_player_editor_plugin.cpp
parentf148e8eedeb1ff2dcf74d6843d1314d7c6db12a7 (diff)
downloadredot-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.cpp2
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;