aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/tile_map_editor_plugin.cpp
diff options
context:
space:
mode:
authorPedro J. Estébanez2017-10-29 20:32:09 +0100
committerPedro J. Estébanez2017-11-24 21:24:15 +0100
commit3f31925b180dd0bfd2601c20d7200b9b152b12ef (patch)
tree831e4c714d45d7b6d789421b4ba99acd395130bc /editor/plugins/tile_map_editor_plugin.cpp
parent2e5dfbdb4beb52d021e89058ab64eac1a95d77b2 (diff)
downloadgodot-3f31925b180dd0bfd2601c20d7200b9b152b12ef.tar.gz
godot-3f31925b180dd0bfd2601c20d7200b9b152b12ef.tar.zst
godot-3f31925b180dd0bfd2601c20d7200b9b152b12ef.zip
Diffstat (limited to 'editor/plugins/tile_map_editor_plugin.cpp')
-rw-r--r--editor/plugins/tile_map_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tile_map_editor_plugin.cpp b/editor/plugins/tile_map_editor_plugin.cpp
index 4092fd399..e552e24c1 100644
--- a/editor/plugins/tile_map_editor_plugin.cpp
+++ b/editor/plugins/tile_map_editor_plugin.cpp
@@ -1183,7 +1183,7 @@ bool TileMapEditor::forward_gui_input(const Ref<InputEvent> &p_event) {
return false;
}
-void TileMapEditor::forward_draw_over_canvas(Control *p_canvas) {
+void TileMapEditor::forward_draw_over_viewport(Control *p_overlay) {
if (!node)
return;