mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Fix compile error on Windows
This commit is contained in:
parent
b002061609
commit
15f4d252bd
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue