You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fixes TileMap editor not disappearing
This commit is contained in:
@@ -166,8 +166,6 @@ void TilesEditorPlugin::_update_editors() {
|
|||||||
editor_node->hide_bottom_panel();
|
editor_node->hide_bottom_panel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tileset_editor_button->set_visible(tile_set.is_valid());
|
|
||||||
tilemap_editor_button->set_visible(tile_map);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TilesEditorPlugin::_notification(int p_what) {
|
void TilesEditorPlugin::_notification(int p_what) {
|
||||||
|
|||||||
Reference in New Issue
Block a user