mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +02:00
* fix compilation
This commit is contained in:
parent
06d99b1e68
commit
f069f27267
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user