mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 07:32:55 +08:00
Allow visualtests to share config etc. with osu!.
This commit is contained in:
parent
cd149f04fc
commit
9f44e634a4
@ -18,7 +18,7 @@ namespace osu.Desktop.VisualTests
|
||||
[STAThread]
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
using (BasicGameHost host = Host.GetSuitableHost(@"osu-visual-tests"))
|
||||
using (BasicGameHost host = Host.GetSuitableHost(@"osu"))
|
||||
{
|
||||
Ruleset.Register(new OsuRuleset());
|
||||
Ruleset.Register(new TaikoRuleset());
|
||||
|
Loading…
Reference in New Issue
Block a user