mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Actually use paused header
This commit is contained in:
parent
f5b258a044
commit
b0501c4e5c
@ -25,7 +25,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
public override bool IsPresent => base.IsPresent || pauseLoop.IsPlaying;
|
||||
|
||||
public override LocalisableString Header => "paused";
|
||||
public override LocalisableString Header => GameplayMenuOverlayStrings.PausedHeader;
|
||||
|
||||
private SkinnableSound pauseLoop;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user