Update AssetLib network settings when Editor Settings change
(cherry picked from commit 575cd3645c
)
This commit is contained in:
parent
b531a49265
commit
164ef0763a
1 changed files with 1 additions and 0 deletions
|
@ -616,6 +616,7 @@ void EditorAssetLibrary::_notification(int p_what) {
|
|||
|
||||
case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
|
||||
_update_repository_options();
|
||||
setup_http_request(request);
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue