Merge remote-tracking branch 'origin/master' into performance-calculator

This commit is contained in:
smoogipoo
2017-11-28 21:38:26 +09:00
144 changed files with 1372 additions and 873 deletions

View File

@ -30,8 +30,6 @@ namespace osu.Game.Rulesets.Taiko.Tests
private const double default_duration = 1000;
private const float scroll_time = 1000;
public override string Description => "Taiko playfield";
protected override double TimePerAction => default_duration * 2;
private readonly Random rng = new Random(1337);