1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 21:50:35 +08:00

Framework updates.

This commit is contained in:
Dean Herbert
2017-02-23 15:38:17 +09:00
Unverified
parent bcb5b86392
commit da2bfe6d3c
17 changed files with 25 additions and 31 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace osu.Desktop.VisualTests
{
bool benchmark = args.Length > 0 && args[0] == @"-benchmark";
using (BasicGameHost host = Host.GetSuitableHost(@"osu"))
using (GameHost host = Host.GetSuitableHost(@"osu"))
{
Ruleset.Register(new OsuRuleset());
Ruleset.Register(new TaikoRuleset());