Skip to content

Commit 69fb695

Browse files
committed
Update simba.container_kdpointtree.pas
1 parent 9e0ca95 commit 69fb695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/simba.container_kdpointtree.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function TKDPointTree.HideNode(pt:TPoint): Boolean; overload;
231231

232232
function TKDPointTree.RawNearest(pt:TPoint; notEqual:Boolean=False): PNode;
233233
var
234-
resDist:Integer;
234+
resDist:Int64;
235235
resNode:PNode;
236236
procedure __nearest(node:Integer; depth:UInt8=0);
237237
var

0 commit comments

Comments
 (0)