mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix lifetime not being set correctly in some cases
This commit is contained in:
@ -53,9 +53,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Connections
|
||||
|
||||
double startTime = start.GetEndTime();
|
||||
|
||||
if (end == null || end.NewCombo || start is Spinner || end is Spinner)
|
||||
return;
|
||||
|
||||
Vector2 startPosition = start.StackedEndPosition;
|
||||
Vector2 endPosition = end.StackedPosition;
|
||||
double endTime = end.StartTime;
|
||||
|
Reference in New Issue
Block a user