diff --git a/osu.Desktop/Program.cs b/osu.Desktop/Program.cs index b789c31777..ef2a4b8ba1 100644 --- a/osu.Desktop/Program.cs +++ b/osu.Desktop/Program.cs @@ -42,7 +42,6 @@ namespace osu.Desktop Console.WriteLine(@"Importing {0}", file); if (!importer.Import(Path.GetFullPath(file)).Wait(3000)) throw new TimeoutException(@"IPC took too long to send"); - Thread.Sleep(500); } } else diff --git a/osu.Game/Beatmaps/Drawables/BeatmapGroup.cs b/osu.Game/Beatmaps/Drawables/BeatmapGroup.cs index 7bb855eed5..3df0198368 100644 --- a/osu.Game/Beatmaps/Drawables/BeatmapGroup.cs +++ b/osu.Game/Beatmaps/Drawables/BeatmapGroup.cs @@ -28,7 +28,7 @@ namespace osu.Game.Beatmaps.Drawables public BeatmapSetHeader Header; private BeatmapGroupState state; - + public List BeatmapPanels; public BeatmapSetInfo BeatmapSet;