소스 검색

#578 increase maximum shape count

Juliette ELSASS 1 년 전
부모
커밋
6f71cffc1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lazpaintcontrols/lcvectororiginal.pas

+ 1 - 1
lazpaintcontrols/lcvectororiginal.pas

@@ -15,7 +15,7 @@ const
   InfiniteRect : TRect = (Left: -MaxLongInt; Top: -MaxLongInt; Right: MaxLongInt; Bottom: MaxLongInt);
   EmptyTextureId = 0;
   DefaultShapeOutlineWidth = 2;
-  MediumShapeCost = 100;
+  MediumShapeCost = 1000;
 
   //not translated because unexpected internal errors are not useful for users
   errDuplicateVectorClass = 'Duplicate class name "%1" for vector shape';