1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 00:44:18 +08:00

Add back caching

This commit is contained in:
smoogipoo
2020-09-25 19:37:34 +09:00
Unverified
parent acfa62bb50
commit 480eeb5fbe
@@ -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;