From 87a47aead498d4f7c360d64efc632bcf1a533751 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 11 Aug 2024 00:13:18 +1000 Subject: chore: fmt and lint --- src/maths/maths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maths') diff --git a/src/maths/maths.h b/src/maths/maths.h index 0b3760e..9e71f79 100644 --- a/src/maths/maths.h +++ b/src/maths/maths.h @@ -311,7 +311,7 @@ static Transform transform_create(Vec3 pos, Quat rot, f32 scale) { return (Transform){ .position = pos, .rotation = rot, .scale = scale, .is_dirty = true }; } - Mat4 transform_to_mat(Transform *tf); +Mat4 transform_to_mat(Transform *tf); // --- Sizing asserts -- cgit v1.2.3-70-g09d2