mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix naming and testcase
This commit is contained in:
@ -35,8 +35,8 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
public PauseOverlay()
|
||||
{
|
||||
title = @"paused";
|
||||
description = @"you're not going to do what i think you're going to do, are ya?";
|
||||
Title = @"paused";
|
||||
Description = @"you're not going to do what i think you're going to do, are ya?";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user