Skip to content

Commit

Permalink
Fix DrawableManiaRuleset not cached as itself in subtypes
Browse files Browse the repository at this point in the history
i.e. editor mania ruleset
  • Loading branch information
frenzibyte committed Jan 4, 2025
1 parent 2138982 commit a241d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Mania/UI/DrawableManiaRuleset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

namespace osu.Game.Rulesets.Mania.UI
{
[Cached]
[Cached(typeof(DrawableManiaRuleset))]
public partial class DrawableManiaRuleset : DrawableScrollingRuleset<ManiaHitObject>
{
/// <summary>
Expand Down

0 comments on commit a241d1f

Please sign in to comment.