From 251ab183a08627d3b309e1dab89e4c238674f83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Sat, 27 Nov 2021 15:04:05 +0100 Subject: [PATCH] Move beatmap play button nearer its only remaining usage --- .../{BeatmapListing/Panels => BeatmapSet/Buttons}/PlayButton.cs | 2 +- osu.Game/Overlays/BeatmapSet/Buttons/PreviewButton.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename osu.Game/Overlays/{BeatmapListing/Panels => BeatmapSet/Buttons}/PlayButton.cs (99%) diff --git a/osu.Game/Overlays/BeatmapListing/Panels/PlayButton.cs b/osu.Game/Overlays/BeatmapSet/Buttons/PlayButton.cs similarity index 99% rename from osu.Game/Overlays/BeatmapListing/Panels/PlayButton.cs rename to osu.Game/Overlays/BeatmapSet/Buttons/PlayButton.cs index c352fe0223..63b7a0a062 100644 --- a/osu.Game/Overlays/BeatmapListing/Panels/PlayButton.cs +++ b/osu.Game/Overlays/BeatmapSet/Buttons/PlayButton.cs @@ -14,7 +14,7 @@ using osu.Game.Online.API.Requests.Responses; using osuTK; using osuTK.Graphics; -namespace osu.Game.Overlays.BeatmapListing.Panels +namespace osu.Game.Overlays.BeatmapSet.Buttons { public class PlayButton : Container { diff --git a/osu.Game/Overlays/BeatmapSet/Buttons/PreviewButton.cs b/osu.Game/Overlays/BeatmapSet/Buttons/PreviewButton.cs index 6bcdb7bdc5..751299161d 100644 --- a/osu.Game/Overlays/BeatmapSet/Buttons/PreviewButton.cs +++ b/osu.Game/Overlays/BeatmapSet/Buttons/PreviewButton.cs @@ -11,7 +11,6 @@ using osu.Game.Audio; using osu.Game.Graphics; using osu.Game.Graphics.Containers; using osu.Game.Online.API.Requests.Responses; -using osu.Game.Overlays.BeatmapListing.Panels; using osuTK; namespace osu.Game.Overlays.BeatmapSet.Buttons