Handle missing procedures better

This commit is contained in:
gingerBill
2025-09-19 16:15:04 +01:00
parent 655176e5e7
commit 9b8771b475
4 changed files with 21 additions and 11 deletions
-1
View File
@@ -99,7 +99,6 @@ gb_internal lbProcedure *lb_create_procedure(lbModule *m, Entity *entity, bool i
}
}
lbProcedure *p = gb_alloc_item(permanent_allocator(), lbProcedure);
p->module = m;