mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 22:17:46 +08: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)
|
||||
// Try fallback to non-bank samples.
|
||||
return Samples.Get($"{hsi.Name}");
|
||||
return Samples.Get(hsi.Name);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user