1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 19:27:26 +08:00

Merge pull request #424 from DrabWeb/namespace-fix

Fix BeatmapDeleteDialog namespace
This commit is contained in:
Dean Herbert 2017-03-03 11:32:35 +09:00 committed by GitHub
commit 70f046092c

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
{