hedgewars/uLandPainted.pas
changeset 10243 9a3ba4e76e38
parent 10131 4b4a043111f4
child 10244 f7b5b4b88171
--- a/hedgewars/uLandPainted.pas	Wed May 14 01:12:21 2014 +0400
+++ b/hedgewars/uLandPainted.pas	Wed May 14 21:41:42 2014 +0400
@@ -111,7 +111,6 @@
             begin
             AddFileLog('[DRAW] Line to: ('+inttostr(pe^.point.X)+','+inttostr(pe^.point.Y)+'), radius = '+inttostr(radius));
             DrawThickLine(prevPoint.X, prevPoint.Y, pe^.point.X, pe^.point.Y, radius, color);
-            FillRoundInLand(pe^.point.X, pe^.point.Y, radius, color)
             end;
 
         prevPoint:= pe^.point;