1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 06:09:53 +08:00

Make muteWarningShownOnce static

... so it will actually get an instance per osu session.
This commit is contained in:
Craftplacer
2019-09-16 06:56:52 +02:00
Unverified
parent cb033591c4
commit 220fdd0a04
+1 -1
View File
@@ -65,7 +65,7 @@ namespace osu.Game.Screens.Play
[Resolved]
private VolumeOverlay volumeOverlay { get; set; }
private bool muteWarningShownOnce;
private static bool muteWarningShownOnce;
public PlayerLoader(Func<Player> createPlayer)
{