summaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.cpp
diff options
context:
space:
mode:
authorGuilherme Felipe <guilhermefelipecgs@gmail.com>2018-12-23 11:06:53 -0200
committerGuilherme Felipe <guilhermefelipecgs@gmail.com>2018-12-23 18:56:18 -0200
commitbacf5124cf945dd0619d77f1b2668b02db2f2567 (patch)
tree8a51354298827528452d948012fef4226963e2fa /editor/plugins/tile_set_editor_plugin.cpp
parent10e9221c49eddc05cb36c0b582060cac9e4c8cef (diff)
Add EDITMODE_PRIORITY for ATLAS_TILE
When editing ATLAS_TILE, now it's possible to enable priority to randomize subtiles.
Diffstat (limited to 'editor/plugins/tile_set_editor_plugin.cpp')
-rw-r--r--editor/plugins/tile_set_editor_plugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/tile_set_editor_plugin.cpp b/editor/plugins/tile_set_editor_plugin.cpp
index e5551d385b..8cb19d73be 100644
--- a/editor/plugins/tile_set_editor_plugin.cpp
+++ b/editor/plugins/tile_set_editor_plugin.cpp
@@ -2279,7 +2279,6 @@ void TileSetEditor::update_workspace_tile_mode() {
select_coord(edited_shape_coord);
tool_editmode[EDITMODE_BITMASK]->hide();
- tool_editmode[EDITMODE_PRIORITY]->hide();
}
_on_edit_mode_changed(edit_mode);
}