1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-29 21:13:03 +08:00

fix build bug

This commit is contained in:
Albie 2019-12-10 17:06:34 +00:00
parent 6c1ae3bc8a
commit 479acdcb5b

View File

@ -173,7 +173,6 @@ namespace osu.Game.Tests.Visual.Background
{
performFullSetup();
AddStep("Enable user dim", () => player.DimmableStoryboard.EnableUserDim.Value = true);
AddStep("Set user dim to max", () => player.DimmableStoryboard.)
waitForDim();
AddStep("Turn on IgnoreUserSettings", () => player.DimmableStoryboard.IgnoreUserSettings.Value = true);
waitForDim();