mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
warning fixes
This commit is contained in:
@ -12,9 +12,9 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
public class SongProgressInfo : Container
|
||||
{
|
||||
private InfoText timeCurrent;
|
||||
private InfoText timeLeft;
|
||||
private InfoText progress;
|
||||
private readonly InfoText timeCurrent;
|
||||
private readonly InfoText timeLeft;
|
||||
private readonly InfoText progress;
|
||||
|
||||
private const int margin = 10;
|
||||
|
||||
|
Reference in New Issue
Block a user