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:
parent
21389820c5
commit
a241d1f503
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user