* fix compilation

This commit is contained in:
Michaël Van Canneyt 2021-08-21 09:11:24 +02:00
parent 592c2ea0fb
commit c587f5a681

View File

@ -177,6 +177,7 @@ type
constructor Create(const ax,ay,az:single);
procedure Offset(const adeltax,adeltay,adeltaz:single); inline;
procedure Offset(const adelta:TPoint3D); inline;
public
case Integer of
0: (data:TSingle3Array);
1: (x,y,z : single);