From d20356fd426ccea1866fbda798864a378303bbbd Mon Sep 17 00:00:00 2001 From: Omni Date: Sat, 22 Jun 2024 23:29:32 +1000 Subject: chore: format --- examples/pbr_textured/ex_pbr_textured.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pbr_textured/ex_pbr_textured.c') diff --git a/examples/pbr_textured/ex_pbr_textured.c b/examples/pbr_textured/ex_pbr_textured.c index fa1d555..cbb3a3e 100644 --- a/examples/pbr_textured/ex_pbr_textured.c +++ b/examples/pbr_textured/ex_pbr_textured.c @@ -98,7 +98,7 @@ int main() { encode_set_default_settings(enc); theta += 0.01; - transform transform = { .position = vec3(0,0,0), + transform transform = { .position = vec3(0, 0, 0), .rotation = quat_from_axis_angle(VEC3_Z, theta, true), .scale = 1.0 }; mat4 model_affine = transform_to_mat(&transform); -- cgit v1.2.3-70-g09d2