Merge remote-tracking branch 'upstream/master' into taiko_drumroll_drawing

This commit is contained in:
Dean Herbert
2017-04-01 14:53:25 +09:00
45 changed files with 759 additions and 402 deletions

View File

@ -58,7 +58,6 @@ namespace osu.Desktop.VisualTests.Tests
Result = HitResult.Hit,
TaikoResult = hitResult,
TimeOffset = 0,
ComboAtHit = 1,
SecondHit = RNG.Next(10) == 0
}
});
@ -71,8 +70,7 @@ namespace osu.Desktop.VisualTests.Tests
Judgement = new TaikoJudgement
{
Result = HitResult.Miss,
TimeOffset = 0,
ComboAtHit = 0
TimeOffset = 0
}
});
}