Merge remote-tracking branch 'upstream/master' into selection-hitsound-addition

This commit is contained in:
Dean Herbert
2019-11-12 10:44:53 +09:00
160 changed files with 2149 additions and 2959 deletions

View File

@ -74,9 +74,12 @@ namespace osu.Game.Rulesets.Objects.Legacy
string[] pointSplit = split[5].Split('|');
int pointCount = 1;
foreach (var t in pointSplit)
{
if (t.Length > 1)
pointCount++;
}
var points = new Vector2[pointCount];