mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 14:29:36 +08:00
Merge branch 'cache-drawable-hitobject' into slider-ball-scaling
This commit is contained in:
commit
078c67aeaf
@ -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