summaryrefslogtreecommitdiff
path: root/examples/pbr_textured/ex_pbr_textured.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pbr_textured/ex_pbr_textured.c')
-rw-r--r--examples/pbr_textured/ex_pbr_textured.c2
1 files changed, 1 insertions, 1 deletions
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);