1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +08:00

Avoid showing the disclaimer in game tests

No real performance gain, but this is handy to bypass when actually
using one of these tests to test something.
This commit is contained in:
Dean Herbert 2021-10-07 15:27:57 +09:00
parent acaef26af7
commit a57b080f10

View File

@ -126,6 +126,8 @@ namespace osu.Game.Tests.Visual
public new Bindable<IReadOnlyList<Mod>> SelectedMods => base.SelectedMods;
public override Version AssemblyVersion => new Version(0, 0);
// if we don't do this, when running under nUnit the version that gets populated is that of nUnit.
public override string Version => "test game";