From 0861eb79e46f0a92f5fee0d6088b742bffbd9829 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 31 Jan 2017 19:55:36 -0500 Subject: [PATCH] Minor cleanups --- osu.Desktop/Program.cs | 1 - osu.Game/Beatmaps/Drawables/BeatmapGroup.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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;