Merge branch 'master' into fix-replay-import-statistics

This commit is contained in:
Dean Herbert
2019-01-08 11:26:12 +09:00
committed by GitHub
16 changed files with 74 additions and 85 deletions

View File

@ -135,7 +135,7 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
{
if (userTriggered)
{
var nextTick = ticks.FirstOrDefault(j => !j.IsHit);
var nextTick = ticks.Find(j => !j.IsHit);
nextTick?.TriggerResult(HitResult.Great);