diff --git a/2.02g/Source/ControlPoint.pas b/2.02g/Source/ControlPoint.pas index 70c4992..50eb1ff 100644 --- a/2.02g/Source/ControlPoint.pas +++ b/2.02g/Source/ControlPoint.pas @@ -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;