mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09: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;
|
private const float default_large_faint_size = 0.8f;
|
||||||
|
|
||||||
|
public override bool RemoveWhenNotAlive => true;
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private Column column { get; set; }
|
private Column column { get; set; }
|
||||||
|
|
||||||
|
@ -13,6 +13,8 @@ namespace osu.Game.Rulesets.Taiko.Skinning.Legacy
|
|||||||
{
|
{
|
||||||
public class LegacyHitExplosion : CompositeDrawable, IAnimatableHitExplosion
|
public class LegacyHitExplosion : CompositeDrawable, IAnimatableHitExplosion
|
||||||
{
|
{
|
||||||
|
public override bool RemoveWhenNotAlive => false;
|
||||||
|
|
||||||
private readonly Drawable sprite;
|
private readonly Drawable sprite;
|
||||||
|
|
||||||
[CanBeNull]
|
[CanBeNull]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user