src/scene.c

changeset 200
cf0579d3bbc4
parent 189
2c063b225183
--- a/src/scene.c	Sat Jul 12 22:28:30 2025 +0200
+++ b/src/scene.c	Sat Jul 12 23:05:43 2025 +0200
@@ -168,7 +168,7 @@
                 // skip unnecessary multiplication with unity matrix
                 asc_transform_copy(node->world_transform, node->transform);
             } else {
-                asc_mat4f_mulst(
+                asc_mat4f_mul(
                         node->world_transform,
                         node->transform,
                         node->parent->world_transform

mercurial