mirror of
https://github.com/ppy/osu
synced 2025-02-22 05:27:05 +00:00
Merge branch 'cache-drawable-hitobject' into add-legacy-hit-animations
This commit is contained in:
commit
54260e4038
@ -17,6 +17,7 @@ using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Rulesets.Objects.Drawables
|
||||
{
|
||||
[Cached(typeof(DrawableHitObject))]
|
||||
public abstract class DrawableHitObject : SkinReloadableDrawable
|
||||
{
|
||||
public readonly HitObject HitObject;
|
||||
|
Loading…
Reference in New Issue
Block a user