mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 21:50:35 +08:00
Make PlaylistOverlay a VisibilityContainer
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user