mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 22:07:25 +08:00
Merge pull request #424 from DrabWeb/namespace-fix
Fix BeatmapDeleteDialog namespace
This commit is contained in:
commit
70f046092c
@ -8,7 +8,7 @@ using osu.Game.Database;
|
|||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
using osu.Game.Overlays.Dialog;
|
using osu.Game.Overlays.Dialog;
|
||||||
|
|
||||||
namespace osu.Game
|
namespace osu.Game.Screens.Select
|
||||||
{
|
{
|
||||||
public class BeatmapDeleteDialog : PopupDialog
|
public class BeatmapDeleteDialog : PopupDialog
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user