*** empty log message ***
This commit is contained in:
parent
46277d04a2
commit
c215ee8966
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user