mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Remove autoplay consideration from Player
This commit is contained in:
parent
a3c78674a1
commit
c2b938a29f
@ -161,9 +161,7 @@ namespace osu.Game.Screens.Play
|
|||||||
if (!LoadedBeatmapSuccessfully)
|
if (!LoadedBeatmapSuccessfully)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// replays should never be recorded or played back when autoplay is enabled
|
PrepareReplay();
|
||||||
if (!Mods.Value.Any(m => m is ModAutoplay))
|
|
||||||
PrepareReplay();
|
|
||||||
|
|
||||||
gameActive.BindValueChanged(_ => updatePauseOnFocusLostState(), true);
|
gameActive.BindValueChanged(_ => updatePauseOnFocusLostState(), true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user