1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 02:57:25 +08:00

Merge branch 'cache-drawable-hitobject' into add-legacy-hit-animations

This commit is contained in:
Dean Herbert 2019-07-25 16:05:32 +09:00
commit 54260e4038

View File

@ -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;