From 74d10e2a62b0583d417bce2ba193565b606bfa69 Mon Sep 17 00:00:00 2001 From: Salman Alshamrani Date: Tue, 13 May 2025 15:32:44 +0300 Subject: [PATCH] Fix `SongSelect` not cached for subcomponents --- osu.Game/Screens/SelectV2/SongSelect.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Screens/SelectV2/SongSelect.cs b/osu.Game/Screens/SelectV2/SongSelect.cs index 3ec74710f7..3d1a974471 100644 --- a/osu.Game/Screens/SelectV2/SongSelect.cs +++ b/osu.Game/Screens/SelectV2/SongSelect.cs @@ -35,6 +35,7 @@ namespace osu.Game.Screens.SelectV2 /// This screen is intended to house all components introduced in the new song select design to add transitions and examine the overall look. /// This will be gradually built upon and ultimately replace once everything is in place. /// + [Cached(typeof(SongSelect))] public abstract partial class SongSelect : OsuScreen, IKeyBindingHandler { private const float logo_scale = 0.4f;