mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 01:19:52 +08:00
Fix formatting
This commit is contained in:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user