diff options
author | Omniscient <omniscient.oce@gmail.com> | 2024-03-05 22:18:45 +1100 |
---|---|---|
committer | Omniscient <omniscient.oce@gmail.com> | 2024-03-05 22:18:45 +1100 |
commit | d5ae547334b5f8229313182705da42c5e904a633 (patch) | |
tree | 3656a402a2dfacd44c82f697061c387a622bcd0f /src/core.c | |
parent | d92d5231ae094ae79d95463d54275a3527cf1c2d (diff) |
loads and runs now (no visuals yet)
Diffstat (limited to 'src/core.c')
-rw-r--r-- | src/core.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -45,8 +45,7 @@ core* core_bringup() { } */ - // c->underworld.models = model_darray_new(10); - // c->underworld.renderables = render_entity_darray_new(10); + c->models = model_darray_new(10); return c; -}
\ No newline at end of file +} |