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:
parent
8e32780888
commit
c5351bd14d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user