1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 04:51:26 +08:00

Actually use paused header

This commit is contained in:
Dean Herbert
2023-05-29 10:24:59 +09:00
Unverified
parent f5b258a044
commit b0501c4e5c
+1 -1
View File
@@ -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;