Browse Source

QuickOpen: Disable loading resources for now, too slow

As expected while reviewing #62417 this is indeed not practical
without a better system to retrieve this information.

Fixes #66179.
Rémi Verschelde 3 năm trước cách đây
mục cha
commit
7817a472f3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      editor/editor_quick_open.h

+ 1 - 1
editor/editor_quick_open.h

@@ -43,7 +43,7 @@ class EditorQuickOpen : public ConfirmationDialog {
 	Tree *search_options = nullptr;
 	StringName base_type;
 	bool allow_multi_select = false;
-	bool _load_resources = true;
+	bool _load_resources = false; // Prohibitively slow for now.
 
 	Vector<String> files;
 	OAHashMap<String, Ref<Texture2D>> icons;