diff options
author | kobewi <kobewi4e@gmail.com> | 2023-08-06 03:37:53 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-08-06 03:38:03 +0200 |
commit | 181eecc51b4f4db3050396b4110b6e511a1cd393 (patch) | |
tree | 7554f4bf0e9dda1ff2bc4a00c8b4d242f48643b7 /editor/plugins/tiles/tile_map_editor.h | |
parent | 16a93563bfd3b02ca0a8f6df2026f3a3217f5571 (diff) | |
download | redot-engine-181eecc51b4f4db3050396b4110b6e511a1cd393.tar.gz |
Ensure TileMap editor shortcuts are handled
Diffstat (limited to 'editor/plugins/tiles/tile_map_editor.h')
-rw-r--r-- | editor/plugins/tiles/tile_map_editor.h | 2 |
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(); |