some minor optimizations
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user