BVerhue

Results 1 issues of BVerhue

I got a integer overflow on line 446 CurToFocus := Sqr(X - FFocus.X) + Sqr(Y - FFocus.Y); Solved it by changing it to CurToFocus := Sqr(1.0 * X - FFocus.X)...

help wanted