mirror of https://github.com/ppy/osu
Expression body and spacing.
This commit is contained in:
parent
53deaf2a00
commit
95600f872d
|
@ -14,10 +14,7 @@ namespace osu.Desktop.Beatmaps.IO
|
|||
/// </summary>
|
||||
public class LegacyFilesystemReader : ArchiveReader
|
||||
{
|
||||
public static void Register()
|
||||
{
|
||||
AddReader<LegacyFilesystemReader>((storage, path) => Directory.Exists(path));
|
||||
}
|
||||
public static void Register() => AddReader<LegacyFilesystemReader>((storage, path) => Directory.Exists(path));
|
||||
|
||||
private string basePath { get; set; }
|
||||
private string[] beatmaps { get; set; }
|
||||
|
|
|
@ -25,6 +25,7 @@ public static class Program
|
|||
public static int Main(string[] args)
|
||||
{
|
||||
LegacyFilesystemReader.Register();
|
||||
|
||||
using (DesktopGameHost host = Host.GetSuitableHost(@"osu", true))
|
||||
{
|
||||
if (!host.IsPrimaryInstance)
|
||||
|
|
Loading…
Reference in New Issue