mirror of
https://github.com/osukey/osukey.git
synced 2025-06-09 13:28:03 +09:00
Remove unnecessary string literal
This commit is contained in:
parent
94b5caf740
commit
0bcd323d17
@ -225,7 +225,7 @@ namespace osu.Game.Skinning
|
|||||||
|
|
||||||
if (sampleInfo is HitSampleInfo hsi)
|
if (sampleInfo is HitSampleInfo hsi)
|
||||||
// Try fallback to non-bank samples.
|
// Try fallback to non-bank samples.
|
||||||
return Samples.Get($"{hsi.Name}");
|
return Samples.Get(hsi.Name);
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user