1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 14:07:25 +08:00

Add back caching

This commit is contained in:
smoogipoo 2020-09-25 19:37:34 +09:00
parent acfa62bb50
commit 480eeb5fbe

View File

@ -22,7 +22,9 @@ namespace osu.Game.Rulesets.Taiko.UI
{
public override bool RemoveWhenNotAlive => true;
[Cached(typeof(DrawableHitObject))]
public readonly DrawableHitObject JudgedObject;
private readonly HitResult result;
private SkinnableDrawable skinnable;