warning fixes

This commit is contained in:
EVAST9919 2017-04-28 15:37:22 +03:00
parent b409a22309
commit c4bd21914d

View File

@ -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;