mirror of
https://github.com/ppy/osu
synced 2025-03-19 17:44:30 +00:00
add check if replay is loaded before allowseeking can be overwitten
This commit is contained in:
parent
cabcfffdeb
commit
f01ba17d1f
@ -125,7 +125,7 @@ namespace osu.Game.Screens.Play
|
||||
set
|
||||
{
|
||||
if (allowSeeking == value) return;
|
||||
|
||||
if (!replayLoaded) return;
|
||||
allowSeeking = value;
|
||||
updateBarVisibility();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user