mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Improve image loading performance in the asset library
This closes #31614.
This commit is contained in:
parent
b7c46ed929
commit
2ed7bf58ba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue