1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 08:27:23 +08:00

Fix BeatmapDeleteDialog namespace

This commit is contained in:
DrabWeb 2017-03-02 21:28:05 -04:00
parent ae1d51bc9b
commit f872330902

View File

@ -8,7 +8,7 @@ using osu.Game.Database;
using osu.Game.Graphics;
using osu.Game.Overlays.Dialog;
namespace osu.Game
namespace osu.Game.Screens.Select
{
public class BeatmapDeleteDialog : PopupDialog
{