update new usage of CalculatePossibleMovementBounds

This commit is contained in:
Gabe Livengood 2022-07-08 12:00:07 -04:00
parent 36f129a9b6
commit a606d545c1
No known key found for this signature in database
GPG Key ID: 70321B78DAECE683
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ private static Vector2 clampSliderToPlayfield(WorkingObject workingObject)
RotateSlider(slider, workingObject.RotationOriginal + MathF.PI - getSliderRotation(slider));
}
possibleMovementBounds = calculatePossibleMovementBounds(slider);
possibleMovementBounds = CalculatePossibleMovementBounds(slider);
}
var previousPosition = workingObject.PositionModified;