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