mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 12:03:46 +08:00
Add back caching
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user