1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-10 01:33:39 +08:00

Removed makeshift fix that has already been addressed elsewhere.

This commit is contained in:
FreezyLemon
2017-12-19 19:35:42 +01:00
Unverified
parent d0b7c92b46
commit 4f8bec8dfc
@@ -80,7 +80,7 @@ namespace osu.Game.Overlays.BeatmapSet
{
base.Update();
if (Playing.Value && preview != null && preview.Length > 0)
if (Playing.Value && preview != null)
{
progress.Width = (float)(preview.CurrentTime / preview.Length);
}