mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 15:44:04 +00:00
Add sanity checks to checker
This commit is contained in:
@@ -1171,9 +1171,6 @@ end:;
|
||||
// NOTE(bill): Add it to the list of checked entities
|
||||
if (e->flags & EntityFlag_Lazy) {
|
||||
array_add(&ctx->info->entities, e);
|
||||
}
|
||||
|
||||
if (e->flags & EntityFlag_Lazy) {
|
||||
mutex_unlock(&ctx->info->lazy_mutex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user