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