1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Avoid redundant locking in CallQueue

This commit is contained in:
Pedro J. Estébanez
2023-05-05 19:39:11 +02:00
parent d023e51363
commit 5a0c186bc0

View File

@@ -61,7 +61,7 @@ private:
};
Mutex mutex;
typedef PagedAllocator<Page, true> Allocator;
typedef PagedAllocator<Page, false> Allocator;
Allocator *allocator = nullptr;
bool allocator_is_custom = false;