Add sanity checks to checker

This commit is contained in:
gingerBill
2021-08-02 18:32:17 +01:00
parent c0f746a251
commit 9e6e769141
2 changed files with 22 additions and 16 deletions

View File

@@ -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);
}
}