summaryrefslogtreecommitdiff
path: root/examples/main_loop/ex_main_loop.c
diff options
context:
space:
mode:
authoromnisci3nce <omniscient.oce@gmail.com>2024-04-27 13:08:03 +1000
committeromnisci3nce <omniscient.oce@gmail.com>2024-04-27 13:08:03 +1000
commit4cbc38b92edaa331fd0f6a077bbe7d7aebdb9ecf (patch)
tree753d23b07b09e3494e4cce594bd4b0f4710566f8 /examples/main_loop/ex_main_loop.c
parentd6837defc03e431517f6616ec8e49a8eb3643011 (diff)
parentc7c33cd18e057bc826a0d31e1860b0ac396a00b6 (diff)
Merge remote-tracking branch 'origin/cel-67-load-animation-data-from-gltf' into ral
Diffstat (limited to 'examples/main_loop/ex_main_loop.c')
-rw-r--r--examples/main_loop/ex_main_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/main_loop/ex_main_loop.c b/examples/main_loop/ex_main_loop.c
index 31514bf..8819f7c 100644
--- a/examples/main_loop/ex_main_loop.c
+++ b/examples/main_loop/ex_main_loop.c
@@ -22,7 +22,7 @@ int main() {
x += 0.01;
mat4 model = mat4_translation(vec3(x, 0, 0));
- gfx_backend_draw_frame(&core->renderer, &camera, model);
+ gfx_backend_draw_frame(&core->renderer, &camera, model, NULL);
// insert work here