1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 18:42:56 +08:00

Fix DrawableManiaRuleset not cached as itself in subtypes

i.e. editor mania ruleset
This commit is contained in:
Salman Alshamrani 2025-01-04 02:36:06 -05:00
parent 21389820c5
commit a241d1f503

View File

@ -32,7 +32,7 @@ using osu.Game.Skinning;
namespace osu.Game.Rulesets.Mania.UI
{
[Cached]
[Cached(typeof(DrawableManiaRuleset))]
public partial class DrawableManiaRuleset : DrawableScrollingRuleset<ManiaHitObject>
{
/// <summary>