CFlaahgra: UpdateSmallScaleReGrowth fixes

This commit is contained in:
Luke Street 2020-08-15 04:21:07 -04:00
parent f7b2055ed3
commit e6fc0c3b3e
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ void CFlaahgra::UpdateSmallScaleReGrowth(float dt) {
if (!x8e4_29_getup || x7d8_ > 6.f) if (!x8e4_29_getup || x7d8_ > 6.f)
return; return;
x430_damageColor = zeus::CColor::lerp(skUnkColor, zeus::skBlack, std::round(std::fabs(M_PIF * std::cos(x7d8_)))); x430_damageColor = zeus::CColor::lerp(zeus::skBlack, skUnkColor, std::fabs(M_PIF * std::cos(x7d8_)));
TakeDamage({}, 0.f); TakeDamage({}, 0.f);
x7d8_ += dt; x7d8_ += dt;
} }