mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move user dim logic into UserDimContainer instead
This commit is contained in:
@ -144,7 +144,7 @@ namespace osu.Game.Tests.Visual
|
||||
|
||||
public void UpdateBindables()
|
||||
{
|
||||
DimEnabled = Background.UpdateDim;
|
||||
DimEnabled = Background.UpdateUserDim;
|
||||
}
|
||||
|
||||
public bool AssertDimmed()
|
||||
|
Reference in New Issue
Block a user