You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix previous cherry-picked TileMapEitorPlugin change
That part of a362270112 was specific to the master branch.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user