-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Lines 120 to 125 in 950919a
| exit(FAILURE); // TODO: fix leaks caused by early exit | |
| } | |
| camera_init(&scene->camera, dict_get(json_root, "camera")); | |
| scene->obj_container.root = NULL; | |
| objects_init(&scene->obj_container, dict_get(json_root, "objects")); | |
| } |