Enabled mods in sideros.zig
This commit is contained in:
parent
162800ac83
commit
68b1367bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ export fn sideros_init(init: api.GameInit) callconv(.c) void {
|
|||
pool.addSystemGroup(&[_]ecs.System{Renderer.render}, true) catch @panic("TODO: Gracefuly handle error");
|
||||
pool.resources.renderer = &renderer;
|
||||
pool.tick();
|
||||
// init_mods();
|
||||
init_mods();
|
||||
}
|
||||
|
||||
export fn sideros_update(gameUpdate: api.GameUpdate) callconv(.c) void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue