mirror of https://github.com/ppy/osu
Fix ci warnings
This commit is contained in:
parent
87e5e98cae
commit
558feade87
|
@ -38,7 +38,7 @@ private void sourceChanged()
|
||||||
hasKeyTexture = new Lazy<bool>(() => source.GetAnimation(
|
hasKeyTexture = new Lazy<bool>(() => source.GetAnimation(
|
||||||
source.GetConfig<LegacyManiaSkinConfigurationLookup, string>(
|
source.GetConfig<LegacyManiaSkinConfigurationLookup, string>(
|
||||||
new LegacyManiaSkinConfigurationLookup(4, LegacyManiaSkinConfigurationLookups.KeyImage, 0))?.Value
|
new LegacyManiaSkinConfigurationLookup(4, LegacyManiaSkinConfigurationLookups.KeyImage, 0))?.Value
|
||||||
?? $"mania-key1", true, true) != null);
|
?? "mania-key1", true, true) != null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Drawable GetDrawableComponent(ISkinComponent component)
|
public Drawable GetDrawableComponent(ISkinComponent component)
|
||||||
|
|
Loading…
Reference in New Issue