mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Make PlaylistOverlay a VisibilityContainer
This commit is contained in:
parent
f4924dc3cf
commit
efc201ec85
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user