mirror of
https://github.com/ppy/osu
synced 2024-12-15 19:36:34 +00: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.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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user