diff options
| author | Juan Linietsky | 2017-11-26 15:13:35 -0300 |
|---|---|---|
| committer | GitHub | 2017-11-26 15:13:35 -0300 |
| commit | 22415e5a3168b3dee3cf95d0697ca548bf04d8bf (patch) | |
| tree | e84493b20284d7357d7bea3402f0349bdb06de51 /editor/plugins/path_2d_editor_plugin.cpp | |
| parent | 9cf44c1c53f03b67143e606ab3d56680d73ac2c9 (diff) | |
| parent | d0e09d84f085c5bffdd5ad06d335be20c246e954 (diff) | |
| download | godot-22415e5a3168b3dee3cf95d0697ca548bf04d8bf.tar.gz godot-22415e5a3168b3dee3cf95d0697ca548bf04d8bf.tar.zst godot-22415e5a3168b3dee3cf95d0697ca548bf04d8bf.zip | |
Merge pull request #12572 from RandomShaper/onion-skinning
Onion skinning
Diffstat (limited to 'editor/plugins/path_2d_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/path_2d_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/path_2d_editor_plugin.cpp b/editor/plugins/path_2d_editor_plugin.cpp index 2174f08e2..5e811bfa1 100644 --- a/editor/plugins/path_2d_editor_plugin.cpp +++ b/editor/plugins/path_2d_editor_plugin.cpp @@ -269,7 +269,7 @@ bool Path2DEditor::forward_gui_input(const Ref<InputEvent> &p_event) { return false; } -void Path2DEditor::forward_draw_over_canvas(Control *p_canvas) { +void Path2DEditor::forward_draw_over_viewport(Control *p_overlay) { if (!node) return; |
