From 92ce02dab0ab189bb8d92b7c917a13d78224675f Mon Sep 17 00:00:00 2001 From: Lipid Date: Mon, 16 Jul 2018 20:30:49 +0200 Subject: [PATCH] Fix indent characters --- core/math/math.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/math/math.odin b/core/math/math.odin index c31521daf..d85a1f300 100644 --- a/core/math/math.odin +++ b/core/math/math.odin @@ -149,7 +149,7 @@ to_degrees :: proc(radians: f32) -> f32 { return radians * 360 / TAU; } mul :: proc[ - mat3_mul, + mat3_mul, mat4_mul, mat4_mul_vec4, quat_mul, quat_mulf, ];