summaryrefslogtreecommitdiff
path: root/src/corelib/render/software
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/render/software')
-rw-r--r--src/corelib/render/software/Agg2D.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/render/software/Agg2D.pas b/src/corelib/render/software/Agg2D.pas
index 50a68fb8..750014f5 100644
--- a/src/corelib/render/software/Agg2D.pas
+++ b/src/corelib/render/software/Agg2D.pas
@@ -3566,7 +3566,7 @@ begin
c := fpgColorToRGB(cl);
t := fpgColorToRGBTriple(c);
- LineColor(t.Red, t.Green, t.Blue{, t.Alpha});
+ LineColor(t.Red, t.Green, t.Blue, t.Alpha);
end;
procedure TAgg2D.DoSetLineStyle(awidth: integer; astyle: TfpgLineStyle);