mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Fix
This commit is contained in:
parent
6e7a04a817
commit
67d74e2571
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue