mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 08:02:55 +08:00
Remove unnecessary overrides
This commit is contained in:
parent
58220481db
commit
f4e508b570
@ -21,8 +21,6 @@ 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,8 +13,6 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Legacy
|
||||
{
|
||||
public class LegacyHitExplosion : CompositeDrawable, IAnimatableHitExplosion
|
||||
{
|
||||
public override bool RemoveWhenNotAlive => false;
|
||||
|
||||
private readonly Drawable sprite;
|
||||
|
||||
[CanBeNull]
|
||||
|
Loading…
Reference in New Issue
Block a user