Fixes the selection bugs
This commit is contained in:
parent
e22cff4bd2
commit
b5d0038315
|
@ -414,5 +414,7 @@ function selectPlaneByHex(hex) {
|
||||||
Planes[SelectedPlane].funcUpdateLines();
|
Planes[SelectedPlane].funcUpdateLines();
|
||||||
Planes[SelectedPlane].marker.setIcon(Planes[SelectedPlane].funcGetIcon());
|
Planes[SelectedPlane].marker.setIcon(Planes[SelectedPlane].funcGetIcon());
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
SelectedPlane = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue