mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 08:33:55 +09:00
warning fixes
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user