Remove AllowLeadIn flag

This commit is contained in:
Dean Herbert
2019-03-26 16:34:26 +09:00
parent a63bcff5cc
commit 83863d35c3
7 changed files with 3 additions and 12 deletions

View File

@ -18,7 +18,6 @@ namespace osu.Game.Tests.Visual.Gameplay
return new ScoreAccessiblePlayer
{
AllowPause = false,
AllowLeadIn = false,
AllowResults = false,
};
}

View File

@ -29,7 +29,6 @@ namespace osu.Game.Tests.Visual.Gameplay
AddStep("load dummy beatmap", () => stack.Push(loader = new PlayerLoader(() => new Player
{
AllowPause = false,
AllowLeadIn = false,
AllowResults = false,
})));
@ -50,7 +49,6 @@ namespace osu.Game.Tests.Visual.Gameplay
stack.Push(loader = new PlayerLoader(() => slow = new SlowLoadPlayer
{
AllowPause = false,
AllowLeadIn = false,
AllowResults = false,
}));