mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 22:33:13 +08:00
Fix one more new inspection in EAP 2025
This commit is contained in:
parent
b6ce72b6d9
commit
525e16ad1d
@ -33,7 +33,7 @@ namespace osu.Game.Skinning
|
|||||||
|
|
||||||
public ISample? GetSample(ISampleInfo sampleInfo)
|
public ISample? GetSample(ISampleInfo sampleInfo)
|
||||||
{
|
{
|
||||||
foreach (string? lookup in sampleInfo.LookupNames)
|
foreach (string lookup in sampleInfo.LookupNames)
|
||||||
{
|
{
|
||||||
ISample? sample = samples.Get(lookup);
|
ISample? sample = samples.Get(lookup);
|
||||||
if (sample != null)
|
if (sample != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user