*** empty log message ***

This commit is contained in:
zueuk 2008-09-29 09:56:35 +00:00
parent 46277d04a2
commit c215ee8966

View File

@ -232,7 +232,6 @@ begin
modWeights[i] := 1; modWeights[i] := 1;
noPlot := false; noPlot := false;
//RetraceXform := false;
end; end;
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
@ -2137,7 +2136,7 @@ begin
end; end;
end; end;
for i := 0 to 100 do for i := 0 to High(modWeights) do
modWeights[i] := xform.modWeights[i]; modWeights[i] := xform.modWeights[i];
noPlot := xform.noPlot; noPlot := xform.noPlot;