Correct map usage

This commit is contained in:
gingerBill
2024-04-26 15:09:08 +01:00
parent 2b26384b89
commit 4bea5dbac1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ gb_internal bool lb_init_generator(lbGenerator *gen, Checker *c) {
}
gen->default_module.gen = gen;
map_set(&gen->modules, cast(void *)nullptr, &gen->default_module);
map_set(&gen->modules, cast(void *)1, &gen->default_module);
lb_init_module(&gen->default_module, c);