mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 04:17:27 +08:00
Revert "Remove unnecessary overrides"
This reverts commit f4e508b57051e887a00a8f4649e4616b762a8c8c.
This commit is contained in:
parent
72c18fbdfe
commit
3bfde7341f
@ -21,6 +21,8 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
{
|
||||
private const float default_large_faint_size = 0.8f;
|
||||
|
||||
public override bool RemoveWhenNotAlive => true;
|
||||
|
||||
[Resolved]
|
||||
private Column column { get; set; }
|
||||
|
||||
|
@ -13,6 +13,8 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Legacy
|
||||
{
|
||||
public class LegacyHitExplosion : CompositeDrawable, IAnimatableHitExplosion
|
||||
{
|
||||
public override bool RemoveWhenNotAlive => false;
|
||||
|
||||
private readonly Drawable sprite;
|
||||
|
||||
[CanBeNull]
|
||||
|
Loading…
x
Reference in New Issue
Block a user