diff --git a/2.10/Source/varblob.pas b/2.10/Source/varblob.pas index 36a8b79..4428557 100644 --- a/2.10/Source/varblob.pas +++ b/2.10/Source/varblob.pas @@ -88,8 +88,10 @@ begin FHigh := Value; Result := True; end else if Name = 'blob_waves' then begin - //???????????? what for?: // Value := Round(Value); - FWaves := Round(Value); + //???????????? what for?: + // Value is a var variable the checked/changed value is returned for showing + Value := Round(Value); + FWaves := Value; Result := True; end end;