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

@ -83,7 +83,6 @@ namespace osu.Game.Tests.Visual
protected virtual Player CreatePlayer(Ruleset ruleset) => new Player
{
AllowPause = false,
AllowLeadIn = false,
AllowResults = false,
};
}