mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-12 07:45:24 +00:00
Multithread min dep set by removing the set itself
This commit is contained in:
@@ -164,6 +164,7 @@ struct Entity {
|
||||
u64 id;
|
||||
std::atomic<u64> flags;
|
||||
std::atomic<EntityState> state;
|
||||
std::atomic<i32> min_dep_count;
|
||||
Token token;
|
||||
Scope * scope;
|
||||
Type * type;
|
||||
|
||||
Reference in New Issue
Block a user