Skip to content

Commit

Permalink
Fix AssetLibrary not going online when clicking button
Browse files Browse the repository at this point in the history
  • Loading branch information
KoBeWi committed Mar 5, 2024
1 parent 39f9060 commit 6caa24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/plugins/asset_library_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6caa24b

Please sign in to comment.