mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Removed makeshift fix that has already been addressed elsewhere.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user