Fix build

This commit is contained in:
Ilya Laktyushin 2022-06-03 22:03:38 +04:00
parent 59fd09aaaa
commit ab8f433658

View File

@ -541,7 +541,7 @@ private class ReactionCarouselNode: ASDisplayNode, UIScrollViewDelegate {
let relativeAngle = calculateRelativeAngle(angle)
let distance = abs(relativeAngle) / CGFloat.pi
var updatedAngle = angle
let updatedAngle = angle
// updatedAngle += 10 * cos(updatedAngle)
let point = CGPoint(