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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user