mirror of https://github.com/ppy/osu
Remove commented unbind
This commit is contained in:
parent
b166e477c2
commit
349d262c18
|
@ -667,9 +667,9 @@ public override bool OnExiting(ScreenExitEvent e)
|
|||
|
||||
ApplyToBackground(b =>
|
||||
{
|
||||
//b.DimAmount.UnbindAll();
|
||||
b.DimWhenUserSettingsIgnored.Value = 0;
|
||||
});
|
||||
|
||||
resetTrack();
|
||||
|
||||
refetchBeatmap();
|
||||
|
|
Loading…
Reference in New Issue