mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
More thread contention removal
This commit is contained in:
+1
-1
@@ -417,7 +417,7 @@ struct GenProcsData {
|
||||
|
||||
struct GenTypesData {
|
||||
Array<Entity *> types;
|
||||
RecursiveMutex mutex;
|
||||
BlockingMutex mutex;
|
||||
};
|
||||
|
||||
struct Defineable {
|
||||
|
||||
Reference in New Issue
Block a user