Explorar o código

Update AssetLib network settings when Editor Settings change

Haoyu Qiu %!s(int64=3) %!d(string=hai) anos
pai
achega
575cd3645c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      editor/plugins/asset_library_editor_plugin.cpp

+ 1 - 0
editor/plugins/asset_library_editor_plugin.cpp

@@ -612,6 +612,7 @@ void EditorAssetLibrary::_notification(int p_what) {
 		} break;
 		case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
 			_update_repository_options();
+			setup_http_request(request);
 		} break;
 	}
 }