mirror of
https://github.com/ppy/osu
synced 2025-03-04 18:40:24 +00:00
Add parentheses
This commit is contained in:
parent
88b9942b2a
commit
bedb744a2e
@ -33,7 +33,7 @@ namespace osu.Game.Screens.Play
|
||||
base.LoadComplete();
|
||||
}
|
||||
|
||||
protected override bool ShowDimContent => base.ShowDimContent || ShowStoryboard.Value && UserDimLevel.Value < 1;
|
||||
protected override bool ShowDimContent => base.ShowDimContent || (ShowStoryboard.Value && UserDimLevel.Value < 1);
|
||||
|
||||
private void initializeStoryboard(bool async)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user