diff options
Diffstat (limited to 'arm9/lib/src/FX_mtx43.c')
-rw-r--r-- | arm9/lib/src/FX_mtx43.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arm9/lib/src/FX_mtx43.c b/arm9/lib/src/FX_mtx43.c index c5d227b8..9cb8aa6e 100644 --- a/arm9/lib/src/FX_mtx43.c +++ b/arm9/lib/src/FX_mtx43.c @@ -3,9 +3,6 @@ #include "fx.h" - - - void MTX_ScaleApply43(struct Mtx43 *mtx, struct Mtx43 *dst, s32 x, s32 y, s32 z){ //this works because matrices are indexed columns first MTX_ScaleApply33((struct Mtx33 *)mtx, (struct Mtx33 *)dst, x, y, z); |