summaryrefslogtreecommitdiff
path: root/examples/pbr_textured/ex_pbr_textured.c
diff options
context:
space:
mode:
authorOmni <omniscient.oce@gmail.com>2024-06-22 23:29:32 +1000
committerOmni <omniscient.oce@gmail.com>2024-06-22 23:29:32 +1000
commitd20356fd426ccea1866fbda798864a378303bbbd (patch)
treea2a820e43671ba4022dc23c2462b52423f999f9b /examples/pbr_textured/ex_pbr_textured.c
parent39e7122b5cd1e0d56a4a7cfd3c4114032d14e9b6 (diff)
chore: format
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);