mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
improve code quality using resharper and codefactor advice
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user