mirror of https://github.com/ppy/osu
Fix argon key area lighting being hidden by other columns in one direction
This commit is contained in:
parent
12e9686092
commit
e4657a7a3d
|
@ -17,8 +17,6 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
|
|||
{
|
||||
public class ArgonHitExplosion : CompositeDrawable, IHitExplosion
|
||||
{
|
||||
private const float default_large_faint_size = 0.8f;
|
||||
|
||||
public override bool RemoveWhenNotAlive => true;
|
||||
|
||||
[Resolved]
|
||||
|
|
|
@ -150,6 +150,9 @@ private void load(IScrollingInfo scrollingInfo)
|
|||
bottomIcon.Colour = colour.NewValue;
|
||||
},
|
||||
true);
|
||||
|
||||
// Yes, proxy everything.
|
||||
column.TopLevelContainer.Add(CreateProxy());
|
||||
}
|
||||
|
||||
private void onDirectionChanged(ValueChangedEvent<ScrollingDirection> direction)
|
||||
|
|
Loading…
Reference in New Issue