Make TestCasePlayer more usable

No results screen crash, no unnecessary leadin time.
This commit is contained in:
Dean Herbert
2017-12-26 14:00:58 +09:00
parent 07d753441d
commit 9fb958eadc
2 changed files with 11 additions and 2 deletions

View File

@ -91,7 +91,9 @@ namespace osu.Game.Tests.Visual
protected virtual Player CreatePlayer(WorkingBeatmap beatmap, Ruleset ruleset) => new Player
{
InitialBeatmap = beatmap,
AllowPause = false
AllowPause = false,
AllowLeadIn = false,
AllowResults = false,
};
private const string test_beatmap_data =