Fix back-to-front set

This commit is contained in:
Bartłomiej Dach 2024-01-15 14:20:07 +01:00
parent 8e32780888
commit c5351bd14d
No known key found for this signature in database

View File

@ -1243,7 +1243,7 @@ namespace osu.Game.Screens.Play
b.IgnoreUserSettings.Value = true; b.IgnoreUserSettings.Value = true;
b.IsBreakTime.UnbindFrom(breakTracker.IsBreakTime); b.IsBreakTime.UnbindFrom(breakTracker.IsBreakTime);
b.IsBreakTime.Value = true; b.IsBreakTime.Value = false;
}); });
storyboardReplacesBackground.Value = false; storyboardReplacesBackground.Value = false;
} }