1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 02:09:52 +08:00

Merge pull request #1421 from peppy/fix-wave-overlay-popin

Fix WaveOverlayContainer appearing incorrectly on first PopIn
This commit is contained in:
Dean Herbert
2017-10-24 21:01:13 +09:00
committed by GitHub
Unverified
2 changed files with 3 additions and 1 deletions
@@ -168,6 +168,8 @@ namespace osu.Game.Overlays
{
public float FinalPosition;
protected override bool StartHidden => true;
public Wave()
{
RelativeSizeAxes = Axes.X;