Like the title says. Orbit lines are skewed in 1280x960 when compiled with Xcode greater than 3.2.6.
I've tried expanding variable width on the function that creates the lines to compensate for overflows but that didn't work out. But the guesstimation at the moment is that it could be a macOS specific Clang issue.
I have just fixed this bug by expanding the variable width of Asquared, TwoAsquared, Bsquared, TwoBsquared, d, dx, dy inside drawOval and drawFilledOval to "long long" from "long".
Like the title says. Orbit lines are skewed in 1280x960 when compiled with Xcode greater than 3.2.6.
I've tried expanding variable width on the function that creates the lines to compensate for overflows but that didn't work out. But the guesstimation at the moment is that it could be a macOS specific Clang issue.