mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
move stuff thats duplicated in PreviewButton and DirectPanel to PlayButton
This commit is contained in:
@ -63,7 +63,7 @@ namespace osu.Game.Overlays.Direct
|
||||
Spacing = new Vector2(10, 0),
|
||||
Children = new Drawable[]
|
||||
{
|
||||
playButton = new PlayButton(PreviewPlaying)
|
||||
playButton = new PlayButton(SetInfo)
|
||||
{
|
||||
Origin = Anchor.CentreLeft,
|
||||
Anchor = Anchor.CentreLeft,
|
||||
|
Reference in New Issue
Block a user