Update z_en_sw.c

This commit is contained in:
blackgamma7 2025-11-24 18:24:45 -05:00
parent cd06771cf0
commit 40b081e131
1 changed files with 2 additions and 2 deletions

View File

@ -1087,8 +1087,8 @@ void EnSw_PostLimbDraw(PlayState* play, s32 limbIndex, Gfx** dList, Vec3s* rot,
}
/**
* Gives skullwalltulas a tint of `color` with an intensity based on `distA` and `distB` while dashing or preparing to
* dash.
* Gives skullwalltulas a tint of `color` with an intensity based on `distA` and `distB`
* while dashing or preparing to dash.
*/
void EnSw_SetFog(PlayState* play, Color_RGBA8* color, s16 distA, s16 distB) {
f32 far;