summaryrefslogtreecommitdiffstats
path: root/editor/plugins/tiles/tile_map_editor.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-09-21 14:25:08 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-09-21 14:25:08 +0200
commitfb4c0cf4624b1e3e738cf391e20cf2c08d76be9c (patch)
treee156447eab5c269a9cf3962db5b6704401e2d133 /editor/plugins/tiles/tile_map_editor.h
parent44ea5f94707b718335cea619207c06ce836d611f (diff)
parent07a00cf82274c6fb96345947a150f32ff6b399db (diff)
downloadredot-engine-fb4c0cf4624b1e3e738cf391e20cf2c08d76be9c.tar.gz
Merge pull request #81971 from KoBeWi/there_is_only_one_scene
Don't allow transforming scene 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 0b3d9813c3..c9a1efe62d 100644
--- a/editor/plugins/tiles/tile_map_editor.h
+++ b/editor/plugins/tiles/tile_map_editor.h
@@ -118,6 +118,7 @@ private:
void _update_toolbar();
void _update_transform_buttons();
+ void _set_transform_buttons_state(const Vector<Button *> &p_enabled_buttons, const Vector<Button *> &p_disabled_buttons, const String &p_why_disabled);
///// Tilemap editing. /////
bool has_mouse = false;