Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/010 Editor/cxdlp.bt')
-rw-r--r--Scripts/010 Editor/cxdlp.bt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Scripts/010 Editor/cxdlp.bt b/Scripts/010 Editor/cxdlp.bt
index 6d82510..b92fae4 100644
--- a/Scripts/010 Editor/cxdlp.bt
+++ b/Scripts/010 Editor/cxdlp.bt
@@ -24,9 +24,9 @@ typedef struct {
typedef struct() {
uint32 layerArea <fgcolor=cBlack, bgcolor=cWhite>;
- uint32 layerPointNum <fgcolor=cBlack, bgcolor=cWhite>;
+ uint32 layerLineCount <fgcolor=cBlack, bgcolor=cWhite>;
- layerPointsData pD()[layerPointNum];
+ layerPointsData pD()[layerLineCount];
ubyte CR_LF2[2] <fgcolor=cBlack, bgcolor=cRed>;
} layerData;