You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user