mirror of
https://github.com/ppy/osu
synced 2024-12-25 08:12:41 +00:00
Fix formatting
This commit is contained in:
parent
470d2be2e1
commit
e86ebd6cdb
@ -271,9 +271,9 @@ namespace osu.Game.Rulesets.Objects.Legacy
|
||||
var segments = ArrayPool<(PathType Type, int StartIndex)>.Shared.Rent(pointSplit.Length);
|
||||
int pointsCount = 0;
|
||||
int segmentsCount = 0;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
foreach (string s in pointSplit)
|
||||
{
|
||||
if (char.IsLetter(s[0]))
|
||||
|
Loading…
Reference in New Issue
Block a user