Fix previous cherry-picked TileMapEitorPlugin change

That part of a362270112 was specific to the master branch.
This commit is contained in:
Rémi Verschelde 2017-09-04 07:34:09 +02:00
parent 73d855dbce
commit 4bac719212
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ void TileMapEditor::_notification(int p_what) {
rotate_180->set_icon(get_icon("Rotate180", "EditorIcons"));
rotate_270->set_icon(get_icon("Rotate270", "EditorIcons"));
search_box->add_icon_override("right_icon", get_icon("Search", "EditorIcons"));
} break;
case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {