1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Cache DrawableHitObject for skinnables to access (#5463)

Cache DrawableHitObject for skinnables to access
This commit is contained in:
Dean Herbert 2019-07-29 18:49:37 +09:00 committed by GitHub
commit 894d573fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;