Skip to content

Commit

Permalink
Merge pull request #89200 from KoBeWi/e
Browse files Browse the repository at this point in the history
Fix AssetLibrary not going online when clicking button
  • Loading branch information
akien-mga committed Mar 5, 2024
2 parents dc55f8b + 6caa24b commit 1b2e0b3
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 1b2e0b3

Please sign in to comment.