mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Remove unnecessary string literal
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user