1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Fix 3D Onion skinning missing

This commit is contained in:
Kerrad Yanis
2021-09-14 13:37:23 +02:00
parent 73345e1514
commit 77b00d16e2
2 changed files with 4 additions and 3 deletions

View File

@@ -902,7 +902,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;
}