Explorar o código

Fix AssetLibrary not going online when clicking button

kobewi hai 1 ano
pai
achega
6caa24b1b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      editor/plugins/asset_library_editor_plugin.cpp

+ 1 - 1
editor/plugins/asset_library_editor_plugin.cpp

@@ -680,7 +680,7 @@ void EditorAssetLibrary::_notification(int p_what) {
 
 		case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
 			if (!EditorSettings::get_singleton()->check_changed_settings_in_group("asset_library") &&
-					!EditorSettings::get_singleton()->check_changed_settings_in_group("netweork")) {
+					!EditorSettings::get_singleton()->check_changed_settings_in_group("network")) {
 				break;
 			}