mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 04:19:53 +08:00
add check if replay is loaded before allowseeking can be overwitten
This commit is contained in:
@@ -125,7 +125,7 @@ namespace osu.Game.Screens.Play
|
||||
set
|
||||
{
|
||||
if (allowSeeking == value) return;
|
||||
|
||||
if (!replayLoaded) return;
|
||||
allowSeeking = value;
|
||||
updateBarVisibility();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user