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);
|
||||
type
|
||||
TCPpoint = record
|
||||
x, y, c: double
|
||||
x, y, c: double;
|
||||
end;
|
||||
PCPpoint = ^TCPpoint;
|
||||
TPointsArray = array of TCPpoint;
|
||||
|
Loading…
Reference in New Issue
Block a user