Make perfect mod ignore all non-combo-affecting hitobjects

This commit is contained in:
Dean Herbert
2020-07-21 17:04:29 +09:00
parent 7087020f21
commit c1442568b9
7 changed files with 5 additions and 14 deletions

View File

@ -7,8 +7,6 @@ namespace osu.Game.Rulesets.Taiko.Judgements
{
public class TaikoSwellJudgement : TaikoJudgement
{
public override bool AffectsCombo => false;
protected override double HealthIncreaseFor(HitResult result)
{
switch (result)