simgear/scene/util/OrthophotoManager.cxx: added missing break statement.

This commit is contained in:
Julian Smith
2021-11-09 21:35:59 +00:00
parent 7cd5d5312e
commit 067875ab93

View File

@@ -201,6 +201,7 @@ namespace simgear {
case StraddlingPm:
expandToInclude(bounds._minNegLon, bounds._minLat);
expandToInclude(bounds._maxPosLon, bounds._maxLat);
break;
case StraddlingIdl:
expandToInclude(bounds._minPosLon, bounds._minLat);
expandToInclude(bounds._maxNegLon, bounds._maxLat);