mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 07:22:55 +08:00
Merge branch 'sample-lookup-improvements' into results-screen-applause
This commit is contained in:
commit
8dbaca341e
@ -417,7 +417,7 @@ namespace osu.Game.Skinning
|
|||||||
|
|
||||||
public override SampleChannel GetSample(ISampleInfo sampleInfo)
|
public override SampleChannel GetSample(ISampleInfo sampleInfo)
|
||||||
{
|
{
|
||||||
IEnumerable<string> lookupNames = null;
|
IEnumerable<string> lookupNames;
|
||||||
|
|
||||||
if (sampleInfo is HitSampleInfo hitSample)
|
if (sampleInfo is HitSampleInfo hitSample)
|
||||||
lookupNames = getLegacyLookupNames(hitSample);
|
lookupNames = getLegacyLookupNames(hitSample);
|
||||||
|
Loading…
Reference in New Issue
Block a user