Update with framework structural changes.

This commit is contained in:
Dean Herbert
2017-02-26 20:45:41 +09:00
parent 0014208782
commit 686372a7f9
6 changed files with 9 additions and 15 deletions

View File

@ -46,8 +46,7 @@ namespace osu.Desktop
Ruleset.Register(new ManiaRuleset());
Ruleset.Register(new CatchRuleset());
host.Add(new OsuGameDesktop(args));
host.Run();
host.Run(new OsuGameDesktop(args));
}
return 0;
}