mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
Fix settings colour scheme wrong when viewing gameplay from skin editor button
Closes https://github.com/ppy/osu/issues/27949.
This commit is contained in:
parent
12acdeebf1
commit
804b1b0d88
@ -101,6 +101,11 @@ namespace osu.Game.Screens.Play
|
||||
/// </summary>
|
||||
public IBindable<bool> ShowingOverlayComponents = new Bindable<bool>();
|
||||
|
||||
// Should match PlayerLoader for consistency. Cached here for the rare case we push a Player
|
||||
// without the loading screen (one such usage is the skin editor's scene library).
|
||||
[Cached]
|
||||
private OverlayColourProvider colourProvider = new OverlayColourProvider(OverlayColourScheme.Purple);
|
||||
|
||||
[Resolved]
|
||||
private ScoreManager scoreManager { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user