1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:52:57 +08:00

Actually use paused header

This commit is contained in:
Dean Herbert 2023-05-29 10:24:59 +09:00
parent f5b258a044
commit b0501c4e5c

View File

@ -25,7 +25,7 @@ namespace osu.Game.Screens.Play
public override bool IsPresent => base.IsPresent || pauseLoop.IsPlaying; public override bool IsPresent => base.IsPresent || pauseLoop.IsPlaying;
public override LocalisableString Header => "paused"; public override LocalisableString Header => GameplayMenuOverlayStrings.PausedHeader;
private SkinnableSound pauseLoop; private SkinnableSound pauseLoop;