diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2022-08-01 17:32:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-01 16:32:20 -0700 |
| commit | e9383d1b7af77b6ef030935d758617c263f7ce7c (patch) | |
| tree | 9eb8c661d0c925d7da6add278d4a607e70e6cb79 /src/math_util_2.c | |
| parent | a536985a13f2cb1110bdb0573634d433473a4d81 (diff) | |
code_8001F980 decomp + profiler doc + more (#250)
Diffstat (limited to 'src/math_util_2.c')
| -rw-r--r-- | src/math_util_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math_util_2.c b/src/math_util_2.c index c7d2ade71..b5bf241b8 100644 --- a/src/math_util_2.c +++ b/src/math_util_2.c @@ -627,7 +627,7 @@ void func_80041EF4(void) { } extern s32 D_8018D120; -void func_80022180(Mtx*, Mat4); +//void func_80022180(Mtx*, Mat4); UNUSED void func_80041F54(s32 arg0, s32 arg1) { Mat4 matrix; |
