mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Move abs and fabsf to std namespace
This commit is contained in:
@@ -173,7 +173,7 @@ void daPy_npc_c::drawDamageFog() {
|
||||
|
||||
cXyz camPos;
|
||||
mDoLib_pos2camera(¤t.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;
|
||||
|
||||
Reference in New Issue
Block a user