* hopefully the final fix to #40288

(cherry picked from commit 0af25e1644)
This commit is contained in:
marcoonthegit 2023-08-31 11:56:06 +02:00
parent 6f9bc75648
commit 685a2e3477

View File

@ -547,8 +547,8 @@ begin
with Transformation do
begin
sincos(Angle,asin,acos);
yx:=round(asin)*$10000;
xx:=round(acos)*$10000;
yx:=round(asin*$10000);
xx:=round(acos*$10000);
xy:=-yx; yy:=xx;
end;
end;