From e8021c2b92da8b3b72b58d31145d162fe54c5082 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 4 Aug 2017 17:20:05 +0900 Subject: [PATCH] Move line inside if --- osu.Game/Screens/Select/PlaySongSelect.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Screens/Select/PlaySongSelect.cs b/osu.Game/Screens/Select/PlaySongSelect.cs index 3eb44bd2f3..662e1d55a2 100644 --- a/osu.Game/Screens/Select/PlaySongSelect.cs +++ b/osu.Game/Screens/Select/PlaySongSelect.cs @@ -78,8 +78,8 @@ namespace osu.Game.Screens.Select { var autoType = Ruleset.Value.CreateInstance().GetAutoplayMod().GetType(); modSelect.SelectedMods.Value = modSelect.SelectedMods.Value.Where(m => m.GetType() != autoType).ToArray(); + removeAutoModOnResume = false; } - removeAutoModOnResume = false; Beatmap.Value.Track.Looping = true;