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

Make PlaylistOverlay a VisibilityContainer

This commit is contained in:
Joehu
2019-10-14 16:40:53 -07:00
Unverified
parent f4924dc3cf
commit efc201ec85
+1 -1
View File
@@ -16,7 +16,7 @@ using osuTK.Graphics;
namespace osu.Game.Overlays.Music
{
public class PlaylistOverlay : OverlayContainer
public class PlaylistOverlay : VisibilityContainer
{
private const float transition_duration = 600;
private const float playlist_height = 510;