1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 15:27:26 +08:00

Trying to woke up AppVeyor

This commit is contained in:
EVAST9919 2017-05-08 02:16:56 +03:00
parent 926ed907c2
commit f0145c7f4f

View File

@ -27,7 +27,6 @@ namespace osu.Game.Screens.Play
set
{
timeCurrent = value;
if (value > 0)
timeCurrentText.Text = TimeSpan.FromMilliseconds(value).ToString(@"m\:ss");
}