1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 20:40:46 +08:00

Fix in song select v1 too for good measure

This commit is contained in:
Dean Herbert
2025-06-19 19:08:18 +09:00
Unverified
parent ce498c9062
commit ef5638b6b3
+1 -1
View File
@@ -92,7 +92,7 @@ namespace osu.Game.Screens.Select
{
if (playerLoader != null) return false;
modsAtGameplayStart = Mods.Value;
modsAtGameplayStart = Mods.Value.Select(m => m.DeepClone()).ToArray();
// Ctrl+Enter should start map with autoplay enabled.
if (GetContainingInputManager()?.CurrentState?.Keyboard.ControlPressed == true)