mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Use invariant ToLower()
This commit is contained in:
@ -372,7 +372,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
|
||||
private LegacySampleBank toLegacySampleBank(string sampleBank)
|
||||
{
|
||||
switch (sampleBank?.ToLower())
|
||||
switch (sampleBank?.ToLowerInvariant())
|
||||
{
|
||||
case "normal":
|
||||
return LegacySampleBank.Normal;
|
||||
|
Reference in New Issue
Block a user