mirror of
https://github.com/osukey/osukey.git
synced 2025-07-24 20:00:02 +09: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