You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Improve image loading performance in the asset library
This closes #31614.
This commit is contained in:
@@ -827,7 +827,7 @@ void EditorAssetLibrary::_image_request_completed(int p_status, int p_code, cons
|
|||||||
|
|
||||||
void EditorAssetLibrary::_update_image_queue() {
|
void EditorAssetLibrary::_update_image_queue() {
|
||||||
|
|
||||||
int max_images = 2;
|
const int max_images = 6;
|
||||||
int current_images = 0;
|
int current_images = 0;
|
||||||
|
|
||||||
List<int> to_delete;
|
List<int> to_delete;
|
||||||
|
|||||||
Reference in New Issue
Block a user