mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 00:02:54 +08:00
Change SkinnableHUDComponentTestScene
to show new HUD twice
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
parent
2b1c5b2c4a
commit
ff56821152
@ -18,7 +18,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
{
|
{
|
||||||
SetContents(skin =>
|
SetContents(skin =>
|
||||||
{
|
{
|
||||||
var implementation = skin is not TrianglesSkin
|
var implementation = skin is LegacySkin
|
||||||
? CreateLegacyImplementation()
|
? CreateLegacyImplementation()
|
||||||
: CreateDefaultImplementation();
|
: CreateDefaultImplementation();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user