Update z_en_sw.c

space in comment causing fail?
This commit is contained in:
blackgamma7 2025-11-24 18:49:33 -05:00
parent 40b081e131
commit 6b9d957d9a
1 changed files with 1 additions and 1 deletions

View File

@ -1087,7 +1087,7 @@ 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`
* 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) {