Added ; for error insight
This commit is contained in:
parent
a36e44eb4e
commit
5b8452842a
@ -40,7 +40,7 @@ type
|
|||||||
vBent, vWaves, vFisheye, vPopcorn, vExponential, vPower, vCosine, vSawTooth, vRandom);
|
vBent, vWaves, vFisheye, vPopcorn, vExponential, vPower, vCosine, vSawTooth, vRandom);
|
||||||
type
|
type
|
||||||
TCPpoint = record
|
TCPpoint = record
|
||||||
x, y, c: double
|
x, y, c: double;
|
||||||
end;
|
end;
|
||||||
PCPpoint = ^TCPpoint;
|
PCPpoint = ^TCPpoint;
|
||||||
TPointsArray = array of TCPpoint;
|
TPointsArray = array of TCPpoint;
|
||||||
|
Loading…
Reference in New Issue
Block a user