diff options
| author | Daniel J. Ramirez | 2017-08-19 02:09:58 -0500 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-08-20 13:53:09 -0500 |
| commit | 0c18009665cc24ccdace885a2385321b77c80943 (patch) | |
| tree | a10bc4dafb6325ff0574dacce5cf96e63d583a0b /editor/asset_library_editor_plugin.cpp | |
| parent | c873661c307eb05dedf2ff07f3cf18e614ba72ec (diff) | |
| download | godot-0c18009665cc24ccdace885a2385321b77c80943.tar.gz godot-0c18009665cc24ccdace885a2385321b77c80943.tar.zst godot-0c18009665cc24ccdace885a2385321b77c80943.zip | |
Added missing icon and svgs upscaling
Diffstat (limited to 'editor/asset_library_editor_plugin.cpp')
| -rw-r--r-- | editor/asset_library_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/asset_library_editor_plugin.cpp b/editor/asset_library_editor_plugin.cpp index 0a2799c51..5ff9c7bb8 100644 --- a/editor/asset_library_editor_plugin.cpp +++ b/editor/asset_library_editor_plugin.cpp @@ -535,7 +535,7 @@ void EditorAssetLibrary::_notification(int p_what) { TextureRect *tf = memnew(TextureRect); tf->set_texture(get_icon("Error", "EditorIcons")); - reverse->set_icon(get_icon("Updown", "EditorIcons")); + reverse->set_icon(get_icon("Sort", "EditorIcons")); error_hb->add_child(tf); error_label->raise(); |
