mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 04:44:44 +00:00
Minor Misc Cleanup (#1360)
* misc cleanup * missed one * EffectSsDust_UpdateFire * revert change, needs more testing
This commit is contained in:
parent
c0f7f4ad26
commit
9e2aee3fa3
13 changed files with 29 additions and 29 deletions
|
@ -1173,7 +1173,7 @@ void BgCheck_GetSubdivisionMinBounds(CollisionContext* colCtx, Vec3f* pos, s32*
|
|||
|
||||
/**
|
||||
* Get positive bias subdivision indices
|
||||
* increments indicies if `pos` is within BGCHECK_SUBDIV_OVERLAP units of the postive subdivision boundary
|
||||
* increments indices if `pos` is within BGCHECK_SUBDIV_OVERLAP units of the positive subdivision boundary
|
||||
* `sx`, `sy`, `sz` returns the subdivision x, y, z indices
|
||||
*/
|
||||
void BgCheck_GetSubdivisionMaxBounds(CollisionContext* colCtx, Vec3f* pos, s32* sx, s32* sy, s32* sz) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue