Re-implement support for small ticks

This commit is contained in:
smoogipoo
2020-07-29 16:14:19 +09:00
parent 7f2e554ad4
commit 00821e7b65
5 changed files with 41 additions and 25 deletions

View File

@ -109,7 +109,7 @@ namespace osu.Game.Rulesets.Mania.UI
if (!result.IsHit || !judgedObject.DisplayResult || !DisplayJudgements.Value)
return;
HitObjectArea.Explosions.Add(hitExplosionPool.Get());
HitObjectArea.Explosions.Add(hitExplosionPool.Get(e => e.Apply(result)));
}
public bool OnPressed(ManiaAction action)