mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 13:18:03 +09:00
Use ToString instead of Substring
This commit is contained in:
parent
50ab5a7d07
commit
eabb5a8701
@ -72,7 +72,7 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
++depth;
|
++depth;
|
||||||
}
|
}
|
||||||
|
|
||||||
line = line.Substring(depth);
|
line = lineSpan.ToString();
|
||||||
|
|
||||||
decodeVariables(ref line);
|
decodeVariables(ref line);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user