1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:03:21 +08:00

Merge branch 'sample-lookup-improvements' into results-screen-applause

This commit is contained in:
Dean Herbert 2020-10-30 12:28:48 +09:00
commit 8dbaca341e

View File

@ -417,7 +417,7 @@ namespace osu.Game.Skinning
public override SampleChannel GetSample(ISampleInfo sampleInfo)
{
IEnumerable<string> lookupNames = null;
IEnumerable<string> lookupNames;
if (sampleInfo is HitSampleInfo hitSample)
lookupNames = getLegacyLookupNames(hitSample);