mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 23:19:28 +02:00
LCL: Fix compilation error caused by my previous commit e57f2594df
This commit is contained in:
parent
e57f2594df
commit
889c312cb5
@ -438,7 +438,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
i := 0;
|
i := 0;
|
||||||
if FPolygonWindingMode and (Length(nodes) > 2) then
|
if PolygonNonZeroWindingRule and (Length(nodes) > 2) then
|
||||||
begin
|
begin
|
||||||
// Non-zero winding rule
|
// Non-zero winding rule
|
||||||
windingNumber := 0;
|
windingNumber := 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user