mirror of
https://github.com/ppy/osu
synced 2025-01-25 07:13:22 +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
|
public class SongProgressInfo : Container
|
||||||
{
|
{
|
||||||
private InfoText timeCurrent;
|
private readonly InfoText timeCurrent;
|
||||||
private InfoText timeLeft;
|
private readonly InfoText timeLeft;
|
||||||
private InfoText progress;
|
private readonly InfoText progress;
|
||||||
|
|
||||||
private const int margin = 10;
|
private const int margin = 10;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user