Fix compile error on Windows
This commit is contained in:
parent
c840987ba9
commit
1c3e3305f6
|
@ -422,7 +422,7 @@ OPTIMIZE_O3 static void unmatrix(Mtx * mat, f32 tranfs[13]) {
|
|||
|
||||
// builds a transformation matrix from a decomposed sequence from unmatrix
|
||||
// see unmatrix for what tranfs means
|
||||
OPTIMIZE_O3 static void rematrix(Mtx * mat, f32 tranfs[13]) {
|
||||
static void rematrix(Mtx * mat, f32 tranfs[13]) {
|
||||
int i;
|
||||
Vec3f rotAxes[3] = { 0 };
|
||||
Mat4 rotMat = { 0 };
|
||||
|
|
Loading…
Reference in New Issue