improve code quality using resharper and codefactor advice

This commit is contained in:
Albie
2019-11-24 07:42:39 +00:00
parent 8294b9ebe7
commit 1d6665fe57
4 changed files with 3 additions and 7 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Screens.Play
base.LoadComplete();
}
protected override bool ShowDimContent => IgnoreUserSettings.Value || ShowStoryboard.Value && DimLevel < 1;
protected override bool ShowDimContent => IgnoreUserSettings.Value || (ShowStoryboard.Value && DimLevel < 1);
private void initializeStoryboard(bool async)
{