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

@ -333,7 +333,6 @@ namespace osu.Game.Rulesets.Osu.Tests
var p = new ScoreAccessibleReplayPlayer(new Score { Replay = new Replay { Frames = frames } })
{
AllowPause = false,
AllowLeadIn = false,
AllowResults = false
};