summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_map_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/tiles/tile_map_editor.h')
-rw-r--r--editor/plugins/tiles/tile_map_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/tiles/tile_map_editor.h b/editor/plugins/tiles/tile_map_editor.h
index eb8c3937a0..ab5787b78f 100644
--- a/editor/plugins/tiles/tile_map_editor.h
+++ b/editor/plugins/tiles/tile_map_editor.h
@@ -203,6 +203,7 @@ private:
// General
void _update_theme();
+ List<BaseButton *> viewport_shortcut_buttons;
// Update callback
virtual void tile_set_changed() override;
@@ -293,6 +294,7 @@ private:
// Cache.
LocalVector<LocalVector<RBSet<TileSet::TerrainsPattern>>> per_terrain_terrains_patterns;
+ List<BaseButton *> viewport_shortcut_buttons;
// Update functions.
void _update_terrains_cache();