mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Permit an enormous number of control points.
This commit is contained in:
parent
ba2cc70de8
commit
31855d508f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class PieceInfo;
|
|||
#include "lc_colors.h"
|
||||
#include "lc_math.h"
|
||||
|
||||
#define LC_MAX_CONTROL_POINTS 10
|
||||
#define LC_MAX_CONTROL_POINTS 1000
|
||||
|
||||
enum lcPieceSection : quint32
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue