mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 09:49:27 +02:00
* hopefully the final fix to #40288
(cherry picked from commit 0af25e1644
)
This commit is contained in:
parent
6f9bc75648
commit
685a2e3477
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user