LCL: Fix compilation error caused by my previous commit e57f2594df

This commit is contained in:
wp_xyz 2023-05-24 19:20:20 +02:00
parent e57f2594df
commit 889c312cb5

View File

@ -438,7 +438,7 @@ begin
end;
i := 0;
if FPolygonWindingMode and (Length(nodes) > 2) then
if PolygonNonZeroWindingRule and (Length(nodes) > 2) then
begin
// Non-zero winding rule
windingNumber := 0;