mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
warning fixes
This commit is contained in:
parent
b409a22309
commit
c4bd21914d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user