1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 10:22:56 +08:00

Revert "Remove unnecessary overrides"

This reverts commit f4e508b570.
This commit is contained in:
Bartłomiej Dach 2021-03-17 17:14:53 +01:00
parent 72c18fbdfe
commit 3bfde7341f
2 changed files with 4 additions and 0 deletions

View File

@ -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; }

View File

@ -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]