You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use mingw-std-threads in MinGW builds
This commit is contained in:
@@ -656,7 +656,7 @@ private:
|
||||
friend class RefCounted;
|
||||
bool type_is_reference = false;
|
||||
|
||||
std::mutex _instance_binding_mutex;
|
||||
BinaryMutex _instance_binding_mutex;
|
||||
struct InstanceBinding {
|
||||
void *binding = nullptr;
|
||||
void *token = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user