mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 04:53:06 +08:00
Make muteWarningShownOnce static
... so it will actually get an instance per osu session.
This commit is contained in:
parent
cb033591c4
commit
220fdd0a04
@ -65,7 +65,7 @@ namespace osu.Game.Screens.Play
|
|||||||
[Resolved]
|
[Resolved]
|
||||||
private VolumeOverlay volumeOverlay { get; set; }
|
private VolumeOverlay volumeOverlay { get; set; }
|
||||||
|
|
||||||
private bool muteWarningShownOnce;
|
private static bool muteWarningShownOnce;
|
||||||
|
|
||||||
public PlayerLoader(Func<Player> createPlayer)
|
public PlayerLoader(Func<Player> createPlayer)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user