1
0
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:
Dean Herbert 2022-09-21 00:24:29 +09:00 committed by GitHub
parent 2b1c5b2c4a
commit ff56821152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();