Move abs and fabsf to std namespace

This commit is contained in:
LagoLunatic
2024-08-07 12:55:30 -04:00
parent d2b9d15efb
commit d287e79ab0
40 changed files with 99 additions and 106 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ void daPy_npc_c::drawDamageFog() {
cXyz camPos;
mDoLib_pos2camera(&current.pos, &camPos);
f32 adjust = fabsf(cM_ssin(g_Counter.mTimer * 0x800));
f32 adjust = std::abs(cM_ssin(g_Counter.mTimer * 0x800));
tevStr.mFogColor.r = 255;
tevStr.mFogColor.g = 60;
tevStr.mFogColor.b = 60;