summaryrefslogtreecommitdiff
path: root/src/code/sys_matrix.c
diff options
context:
space:
mode:
authorRandom <28494085+Random06457@users.noreply.github.com>2020-05-25 23:18:14 +0200
committerGitHub <noreply@github.com>2020-05-25 23:18:14 +0200
commit3d050f286114de1332781ed951b90d42ac36c8ee (patch)
tree0faeff040458535d810d4f7d4ba84643e3bcd134 /src/code/sys_matrix.c
parent13b1dc03bb2f26291c68e7d19e4e42625d3a2ec2 (diff)
Decompile a bunch of small files (#160)
* Decompile a bunch of small files * Rename dacrate to dacRate * Run format.sh * Minor fixes in PR #160
Diffstat (limited to 'src/code/sys_matrix.c')
-rw-r--r--src/code/sys_matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_matrix.c b/src/code/sys_matrix.c
index f0b3e4005..487e1a841 100644
--- a/src/code/sys_matrix.c
+++ b/src/code/sys_matrix.c
@@ -935,7 +935,7 @@ void func_800D2A98(Mtx* mtx, f32 arg1, f32 arg2, f32 arg3, f32 arg4) {
MtxF mf;
func_800D2A34(&mf, arg1, arg2, arg3, arg4);
- func_801064E0(&mf, mtx);
+ guMtxF2L(&mf, mtx);
}
void func_800D2AE4(Mtx* mtx, f32 arg1, f32 arg2, f32 arg3, f32 arg4) {