You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
Upgraded to Swift 3.1 I get warnings: 'M_PI_2' is deprecated: Please use 'Double.pi / 2' or '.pi / 2' to get the value of correct type and avoid casting.
I have solved it with Double.pi / 2 as it says.
Just to solve it to remove the warning.
The text was updated successfully, but these errors were encountered:
Upgraded to Swift 3.1 I get warnings: 'M_PI_2' is deprecated: Please use 'Double.pi / 2' or '.pi / 2' to get the value of correct type and avoid casting.
I have solved it with Double.pi / 2 as it says.
Just to solve it to remove the warning.
The text was updated successfully, but these errors were encountered: