mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix WaveOverlayContainer appearing incorrectly on first PopIn
This commit is contained in:
parent
93f691a487
commit
15b9307b6c
@ -168,6 +168,8 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
public float FinalPosition;
|
||||
|
||||
protected override bool StartHidden => true;
|
||||
|
||||
public Wave()
|
||||
{
|
||||
RelativeSizeAxes = Axes.X;
|
||||
|
Loading…
Reference in New Issue
Block a user