diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-02-20 11:33:47 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-20 00:33:47 +0000 |
| commit | fa069535d0fe06966dec592c592b8a292aef0628 (patch) | |
| tree | edd3c247901bed09a2e35b48a827674ed4a295ea /src/code/sys_math3d.c | |
| parent | 71c0120fbd7191a6c543b547946573a347bad749 (diff) | |
Camera Preparation (#644)
* Copy progress from z_camera
* cleanup functions.h
* Oops
* Revert `SUB16` and `ADD16` back to original names
* PR Suggestions
* PR Suggestions
* Fix merge with master
Diffstat (limited to 'src/code/sys_math3d.c')
| -rw-r--r-- | src/code/sys_math3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c index d676a437c..45b94d569 100644 --- a/src/code/sys_math3d.c +++ b/src/code/sys_math3d.c @@ -130,7 +130,7 @@ #pragma GLOBAL_ASM("asm/non_matchings/code/sys_math3d/func_8017D220.s") -#pragma GLOBAL_ASM("asm/non_matchings/code/sys_math3d/func_8017D2FC.s") +#pragma GLOBAL_ASM("asm/non_matchings/code/sys_math3d/Math3D_LineSegVsPlane.s") #pragma GLOBAL_ASM("asm/non_matchings/code/sys_math3d/func_8017D404.s") |
