From c5808488875484aca814bfc8e526f37f3f447166 Mon Sep 17 00:00:00 2001 From: Omniscient Date: Sat, 15 Jun 2024 16:38:05 +1000 Subject: shinchoku --- examples/primitives/ex_primitives.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/primitives') diff --git a/examples/primitives/ex_primitives.c b/examples/primitives/ex_primitives.c index 8ce2bf2..2109215 100644 --- a/examples/primitives/ex_primitives.c +++ b/examples/primitives/ex_primitives.c @@ -50,7 +50,7 @@ int main() { .scale = 1.0 }; mat4 sphere_model = transform_to_mat(&transform); - mat4 cube_model = mat4_translation(vec3(-2.,0,0)); + mat4 cube_model = mat4_translation(vec3(-2., 0, 0)); draw_mesh(&cube, &cube_model, &cam); draw_mesh(&sphere, &sphere_model, &cam); -- cgit v1.2.3-70-g09d2