mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix background dim not being disabled on playerloader exit
This commit is contained in:
@ -40,6 +40,7 @@ namespace osu.Game.Tests.Visual
|
||||
private class DimAccessiblePlayer : Player
|
||||
{
|
||||
protected override BackgroundScreen CreateBackground() => new FadeAccessibleBackground();
|
||||
|
||||
public void EnableScreenDim()
|
||||
{
|
||||
Background.UpdateDim.Value = true;
|
||||
|
Reference in New Issue
Block a user