Remove commented unbind

This commit is contained in:
Dean Herbert 2022-11-02 18:05:22 +09:00
parent b166e477c2
commit 349d262c18
1 changed files with 1 additions and 1 deletions

View File

@ -667,9 +667,9 @@ public override bool OnExiting(ScreenExitEvent e)
ApplyToBackground(b =>
{
//b.DimAmount.UnbindAll();
b.DimWhenUserSettingsIgnored.Value = 0;
});
resetTrack();
refetchBeatmap();