1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Merge pull request #29576 from peppy/allow-seek-in-more-places

Allow seeking via music controller overlay on more screens
This commit is contained in:
Bartłomiej Dach 2024-08-28 12:23:09 +02:00 committed by GitHub
commit d49cd717d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@ namespace osu.Game.Overlays
seekDelegate?.Cancel();
seekDelegate = Schedule(() =>
{
if (beatmap.Disabled || !AllowTrackControl.Value)
if (!AllowTrackControl.Value)
return;
CurrentTrack.Seek(position);