diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-06 05:46:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-06 14:46:44 +0200 |
| commit | 2ce648a7c674b08fbfe9d4ced935b4e4956963ac (patch) | |
| tree | a4e05193caf981bab3c3cb6e7d6daccaa9cefcd1 /src/code/sys_math3d.c | |
| parent | 53b2110373eb506d9c035697c0719851a77936d4 (diff) | |
Miscellaneous libultra header fixes (#2139)
* Miscellaneous libultra header fixes
* Fix bss?
* Reword RCP timeout
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 570da1ab0..38fb38312 100644 --- a/src/code/sys_math3d.c +++ b/src/code/sys_math3d.c @@ -5,7 +5,7 @@ #include "macros.h" #include "sys_math3d.h" -#pragma increment_block_number "gc-eu:106 gc-eu-mq:106 gc-jp:106 gc-jp-ce:106 gc-jp-mq:106 gc-us:106 gc-us-mq:106" +#pragma increment_block_number "gc-eu:103 gc-eu-mq:103 gc-jp:103 gc-jp-ce:103 gc-jp-mq:103 gc-us:103 gc-us-mq:103" s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB, Vec3f* lineAClosestToB, Vec3f* lineBClosestToA); |
