Cleanup things that are now not needed with these changes

This commit is contained in:
smoogipoo
2017-12-26 14:18:38 +09:00
parent 14162b5d46
commit 35d7fa8a81
7 changed files with 4 additions and 21 deletions

View File

@ -83,7 +83,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
return false;
// Assume the intention was to hit the strong hit with both keys only if the first key is still being held down
return firstKeyHeld && UpdateJudgement(true) && Judgements.LastOrDefault()?.IsHit == true;
return firstKeyHeld && UpdateJudgement(true);
}
}
}