Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawtrohux committed Nov 2, 2024
1 parent 3e7fcc3 commit 4eee1f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected override PerformanceAttributes CreatePerformanceAttributes(ScoreInfo s
if (totalSuccessfulHits > 0)
effectiveMissCount = Math.Max(1.0, 1000.0 / totalSuccessfulHits) * countMiss;

// Converts are detected and omitted from mod-specific bonuses due to the scope of current difficulty calcuation.
// Converts are detected and omitted from mod-specific bonuses due to the scope of current difficulty calculation.
bool isConvert = score.BeatmapInfo!.Ruleset.OnlineID != 1;

double multiplier = 1.13;
Expand Down

0 comments on commit 4eee1f4

Please sign in to comment.