diff --git a/2.10/Source/varFan2.pas b/2.10/Source/varFan2.pas index 2443c63..b365408 100644 --- a/2.10/Source/varFan2.pas +++ b/2.10/Source/varFan2.pas @@ -57,8 +57,8 @@ begin else a := Angle + dx2; - FPx^ := FPx^ + vvar * r * sin(Angle); - FPy^ := FPy^ + vvar * r * cos(Angle); + FPx^ := FPx^ + vvar * r * sin(a); + FPy^ := FPy^ + vvar * r * cos(a); end; ///////////////////////////////////////////////////////////////////////////////