summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_map_editor.h
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2021-10-11 17:34:20 +0200
committerGilles Roudière <gilles.roudiere@gmail.com>2021-10-11 17:34:20 +0200
commit1f82d617e270bfb2ad3ce5da9f23cdade8ab5f21 (patch)
tree9e16529edcb5db51564b935c893586f640582c46 /editor/plugins/tiles/tile_map_editor.h
parent0a8b35b7c9b62ca074cccd930015fe6c55ae9688 (diff)
downloadredot-engine-1f82d617e270bfb2ad3ce5da9f23cdade8ab5f21.tar.gz
Fix selection not updating when erasing tiles
Diffstat (limited to 'editor/plugins/tiles/tile_map_editor.h')
-rw-r--r--editor/plugins/tiles/tile_map_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/tiles/tile_map_editor.h b/editor/plugins/tiles/tile_map_editor.h
index 6126db59e9..a1ab3db318 100644
--- a/editor/plugins/tiles/tile_map_editor.h
+++ b/editor/plugins/tiles/tile_map_editor.h
@@ -124,6 +124,7 @@ private:
void _update_selection_pattern_from_tileset_selection();
void _update_tileset_selection_from_selection_pattern();
void _update_fix_selected_and_hovered();
+ void _fix_invalid_tiles_in_tile_map_selection();
///// Bottom panel. ////.
Label *missing_source_label;