summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-09-14 22:27:19 +0200
committerGitHub <noreply@github.com>2021-09-14 22:27:19 +0200
commitcd5a8f8dd4a86b06f6aa898db03a18d5dbd0f94c (patch)
treea7e8db434842a09f2c92d9c6aab4b1b47aebd074 /editor/plugins/animation_player_editor_plugin.cpp
parent39e35ab6eea2c6e265016a787eb60718df9ce699 (diff)
parent4f9784ca9c69eb2b03ac3d3e20d1b8fb7fb3f88a (diff)
downloadredot-engine-cd5a8f8dd4a86b06f6aa898db03a18d5dbd0f94c.tar.gz
Merge pull request #52667 from butkeim/master
Fix 3D Onion skinning missing
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 830b010d01..18b4966f80 100644
--- a/editor/plugins/animation_player_editor_plugin.cpp
+++ b/editor/plugins/animation_player_editor_plugin.cpp
@@ -904,7 +904,7 @@ void AnimationPlayerEditor::edit(AnimationPlayer *p_player) {
}
}
-void AnimationPlayerEditor::forward_canvas_force_draw_over_viewport(Control *p_overlay) {
+void AnimationPlayerEditor::forward_force_draw_over_viewport(Control *p_overlay) {
if (!onion.can_overlay) {
return;
}