Merge pull request #31722 from Calinou/assetlib-improve-image-loading-speed

Improve image loading performance in the asset library
This commit is contained in:
Rémi Verschelde 2019-08-27 20:19:17 +02:00 committed by GitHub
commit d8de8d5e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ void EditorAssetLibrary::_image_request_completed(int p_status, int p_code, cons
void EditorAssetLibrary::_update_image_queue() {
int max_images = 2;
const int max_images = 6;
int current_images = 0;
List<int> to_delete;