mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 11:49:53 +08:00
Actually use paused header
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user