some minor optimizations

This commit is contained in:
zueuk
2005-09-16 10:30:13 +00:00
parent af28de8e5f
commit 15a2fb2558
2 changed files with 4 additions and 3 deletions

View File

@ -88,8 +88,8 @@ begin
FHigh := Value;
Result := True;
end else if Name = 'blob_waves' then begin
Value := Round(Value);
FWaves := Value;
//???????????? what for?: // Value := Round(Value);
FWaves := Round(Value);
Result := True;
end
end;