1
0
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:
Dean Herbert 2017-10-24 17:09:06 +09:00
parent 93f691a487
commit 15b9307b6c

View File

@ -168,6 +168,8 @@ namespace osu.Game.Overlays
{
public float FinalPosition;
protected override bool StartHidden => true;
public Wave()
{
RelativeSizeAxes = Axes.X;