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 34eafe127e
commit e221cfd47a

View File

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