Skip to content

Commit

Permalink
./
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove committed Dec 24, 2024
1 parent ca626ff commit 7a75444
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ float SweetPieSpellDamageFormula::CalculateDamage(
for (auto& entry : settings->entries) {
const std::string& itemId = entry.itemId;
const float mult = SweetPieSpellDamageFormulaPrivate::Clamp(
SelectRespectiveMult(aggressor, target, entry), 0.f,
std::numeric_limits<float>::infinity());
SweetPieSpellDamageFormulaPrivate::SelectRespectiveMult(aggressor,
target, entry),
0.f, std::numeric_limits<float>::infinity());

uint32_t itemIdParsed = 0;

Expand Down

0 comments on commit 7a75444

Please sign in to comment.