1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 21:52:55 +08:00

Make PlaylistOverlay a VisibilityContainer

This commit is contained in:
Joehu 2019-10-14 16:40:53 -07:00
parent f4924dc3cf
commit efc201ec85

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;