mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 11:02:54 +08:00
Fix ci warnings
This commit is contained in:
parent
87e5e98cae
commit
558feade87
@ -38,7 +38,7 @@ namespace osu.Game.Rulesets.Mania.Skinning
|
||||
hasKeyTexture = new Lazy<bool>(() => source.GetAnimation(
|
||||
source.GetConfig<LegacyManiaSkinConfigurationLookup, string>(
|
||||
new LegacyManiaSkinConfigurationLookup(4, LegacyManiaSkinConfigurationLookups.KeyImage, 0))?.Value
|
||||
?? $"mania-key1", true, true) != null);
|
||||
?? "mania-key1", true, true) != null);
|
||||
}
|
||||
|
||||
public Drawable GetDrawableComponent(ISkinComponent component)
|
||||
|
Loading…
Reference in New Issue
Block a user