1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

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.IsBreakTime.UnbindFrom(breakTracker.IsBreakTime);
b.IsBreakTime.Value = true;
b.IsBreakTime.Value = false;
});
storyboardReplacesBackground.Value = false;
}