update tests, change binding and reduce lines in cinema mod

This commit is contained in:
Albie
2019-12-11 17:39:40 +00:00
parent 83b2e0525e
commit caa9286a90
3 changed files with 22 additions and 9 deletions

View File

@ -37,8 +37,6 @@ namespace osu.Game.Rulesets.Mods
public void ApplyToPlayer(Player player)
{
player.Background.EnableUserDim.Value = false;
player.DimmableVideo.EnableUserDim.Value = false;
player.DimmableStoryboard.EnableUserDim.Value = false;
player.DimmableVideo.IgnoreUserSettings.Value = true;
player.DimmableStoryboard.IgnoreUserSettings.Value = true;