1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00
This commit is contained in:
Scavanger 2024-11-08 02:17:06 -03:00
parent 6e7a04a817
commit 67d74e2571

View file

@ -1630,8 +1630,8 @@ var mspHelper = (function () {
vertexId,
new GeozoneVertex(
vertexId,
data.getUint32(2, true),
data.getUint32(6, true),
data.getInt32(2, true),
data.getInt32(6, true),
)
);
if (geozone.getShape() == GeozoneShapes.CIRCULAR) {