You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Fix TileSet selection not updating when selecting on TileMap
This commit is contained in:
@@ -1423,6 +1423,8 @@ void TileMapEditorTilesPlugin::_update_tileset_selection_from_selection_pattern(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
_update_bottom_panel();
|
_update_bottom_panel();
|
||||||
|
tile_atlas_control->update();
|
||||||
|
alternative_tiles_control->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TileMapEditorTilesPlugin::_tile_atlas_control_draw() {
|
void TileMapEditorTilesPlugin::_tile_atlas_control_draw() {
|
||||||
|
|||||||
Reference in New Issue
Block a user