1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 15:04:26 +08:00

Fix SongSelect not cached for subcomponents

This commit is contained in:
Salman Alshamrani
2025-05-13 15:32:44 +03:00
Unverified
parent 3ce5389558
commit 74d10e2a62
+1
View File
@@ -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 <see cref="Select.SongSelect"/> once everything is in place.
/// </summary>
[Cached(typeof(SongSelect))]
public abstract partial class SongSelect : OsuScreen, IKeyBindingHandler<GlobalAction>
{
private const float logo_scale = 0.4f;