From f0145c7f4f6ab6cb533b39e009e80d6942cc9515 Mon Sep 17 00:00:00 2001 From: EVAST9919 Date: Mon, 8 May 2017 02:16:56 +0300 Subject: [PATCH] Trying to woke up AppVeyor --- osu.Game/Screens/Play/SongProgressInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Game/Screens/Play/SongProgressInfo.cs b/osu.Game/Screens/Play/SongProgressInfo.cs index 12752e09c3..5b33e6d8af 100644 --- a/osu.Game/Screens/Play/SongProgressInfo.cs +++ b/osu.Game/Screens/Play/SongProgressInfo.cs @@ -27,7 +27,6 @@ namespace osu.Game.Screens.Play set { timeCurrent = value; - if (value > 0) timeCurrentText.Text = TimeSpan.FromMilliseconds(value).ToString(@"m\:ss"); }