Import: Export number of vertices in polylines as int instead of double

This commit is contained in:
tetektoza
2025-10-26 14:29:24 +01:00
parent 590b50abcf
commit ad40c16381

View File

@@ -164,7 +164,7 @@ struct SplineDataOut
struct LWPolyDataOut
{
double nVert;
int nVert;
int Flag;
double Width;
double Elev;