Fixes the selection bugs

This commit is contained in:
Brian Davenport 2013-05-25 15:53:56 +00:00
parent e22cff4bd2
commit b5d0038315

View file

@ -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
} }
} }