mirror of
https://github.com/osukey/osukey.git
synced 2025-05-13 17:47:18 +09:00
Merge pull request #1421 from peppy/fix-wave-overlay-popin
Fix WaveOverlayContainer appearing incorrectly on first PopIn
This commit is contained in:
commit
f67b9afd2b
@ -1 +1 @@
|
|||||||
Subproject commit ecc5e3189e8229d36095882b9a7a0efc95402be9
|
Subproject commit 5986f2126832451a5a7ec832a483e1dcec1b38b8
|
@ -168,6 +168,8 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
public float FinalPosition;
|
public float FinalPosition;
|
||||||
|
|
||||||
|
protected override bool StartHidden => true;
|
||||||
|
|
||||||
public Wave()
|
public Wave()
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user