diff options
Diffstat (limited to 'scene.c')
-rw-r--r-- | scene.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ container_t *container_init(container_t *c, unsigned objs, unsigned mats, unsign space_t *container_prepare_space(container_t *c) { memset(&c->space, 0, sizeof(space_t)); + return &c->space; } // Finds the next empty object_t space |