1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #24560 from guilhermefelipecgs/fix_24549

Add EDITMODE_PRIORITY for ATLAS_TILE
This commit is contained in:
Rémi Verschelde
2019-06-01 09:49:18 +02:00
committed by GitHub
6 changed files with 71 additions and 5 deletions

View File

@@ -3104,7 +3104,6 @@ void TileSetEditor::update_workspace_tile_mode() {
_select_edited_shape_coord();
tool_editmode[EDITMODE_BITMASK]->hide();
tool_editmode[EDITMODE_PRIORITY]->hide();
}
_on_edit_mode_changed(edit_mode);
}