Closed lainz closed 4 months ago
Hi, this is the faulty line
//compute squared distance with scalar product d2 := v {$if FPC_FULLVERSION < 030301} * {$ELSE} ** {$ENDIF} v;
bgraknob.pas(222,48) Error: Incompatible types: got "TPointF" expected "Single"
Solved, maybe the cache was faulty because it showed me the asterisk as runnable code and not the double asterisk.
Now I recompiled and it works.
Hi, this is the faulty line
bgraknob.pas(222,48) Error: Incompatible types: got "TPointF" expected "Single"