Skip to content

Commit

Permalink
Fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadieFur committed Oct 9, 2022
1 parent a50a792 commit 68d8f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Harmony/BeatmapObjectExecutionRatingsRecorder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public static void HandleScoringForNoteDidFinish_PostFix(ScoringElement scoringE
};
LiveData.Instance.Score += goodCutScoringElement.cutScore * goodCutScoringElement.multiplier;
LiveData.Instance.MaxScore += goodCutScoringElement.maxPossibleCutScore * goodCutScoringElement.multiplier;
LiveData.Instance.MaxScoreWithMultipliers = ScoreModel.GetModifiedScoreForGameplayModifiersScoreMultiplier(LiveData.Instance.MaxScore, MapData.Instance.ModifiersMultiplier);
}
}
}
Expand Down

0 comments on commit 68d8f0d

Please sign in to comment.