oops
This commit is contained in:
parent
8bd2a93750
commit
ff44126316
|
@ -175,7 +175,7 @@ namespace HeavenStudio.Games
|
|||
};
|
||||
scheduledBalls.Add(ball);
|
||||
}
|
||||
scheduledBalls.Sort((x, y) => x.beat.CompareTo(y.beat));
|
||||
scheduledBalls.Sort((x, y) => (x.beat - x.length).CompareTo(y.beat - y.length));
|
||||
}
|
||||
public override void OnPlay(double beat)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue