diff options
| author | raysan5 <raysan5@gmail.com> | 2015-02-02 00:53:49 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-02-02 00:53:49 +0100 |
| commit | b9e53cd1352e6a8d2f282b29cdab2828a40dfd33 (patch) | |
| tree | 175fe78f5b3aa03783effa60113a65eef61e5773 /src/raymath.c | |
| parent | dc52c8f769dafa51f1cf9e92e110a88b47a06dee (diff) | |
| download | raylib-b9e53cd1352e6a8d2f282b29cdab2828a40dfd33.tar.gz raylib-b9e53cd1352e6a8d2f282b29cdab2828a40dfd33.zip | |
Removed useless spaces
Diffstat (limited to 'src/raymath.c')
| -rw-r--r-- | src/raymath.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
