Also hide the break overlay

This commit is contained in:
Dean Herbert
2019-12-12 15:14:59 +09:00
parent 99280db694
commit d15f49f60f
2 changed files with 7 additions and 5 deletions

View File

@ -41,6 +41,8 @@ namespace osu.Game.Rulesets.Mods
player.DimmableVideo.IgnoreUserSettings.Value = true;
player.DimmableStoryboard.IgnoreUserSettings.Value = true;
player.BreakOverlay.Hide();
}
}
}