From b9e53cd1352e6a8d2f282b29cdab2828a40dfd33 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Mon, 2 Feb 2015 00:53:49 +0100 Subject: Removed useless spaces --- src/raymath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/raymath.c') diff --git a/src/raymath.c b/src/raymath.c index ed45ee92..df098c6a 100644 --- a/src/raymath.c +++ b/src/raymath.c @@ -498,7 +498,7 @@ Matrix MatrixRotate(float angle, float x, float y, float z) float c = cosf(angle*DEG2RAD); // cosine float s = sinf(angle*DEG2RAD); // sine float c1 = 1.0f - c; // 1 - c - + float m0 = result.m0, m4 = result.m4, m8 = result.m8, m12 = result.m12, m1 = result.m1, m5 = result.m5, m9 = result.m9, m13 = result.m13, m2 = result.m2, m6 = result.m6, m10 = result.m10, m14 = result.m14; -- cgit v1.2.3