mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Minor readability refactors
This commit is contained in:
@ -155,7 +155,7 @@ namespace osu.Game.Graphics.Containers
|
||||
|
||||
private bool requiresBackgroundVisible => (scalingMode.Value == ScalingMode.Everything || scalingMode.Value == ScalingMode.ExcludeOverlays)
|
||||
&& (sizeX.Value != 1 || sizeY.Value != 1)
|
||||
&& scalingMenuBackgroundDim.Value != 1f;
|
||||
&& scalingMenuBackgroundDim.Value < 1;
|
||||
|
||||
private void updateSize()
|
||||
{
|
||||
|
Reference in New Issue
Block a user