diff --git a/scwx-qt/source/scwx/qt/view/level2_product_view.cpp b/scwx-qt/source/scwx/qt/view/level2_product_view.cpp index 97e0ba91..4359a78c 100644 --- a/scwx-qt/source/scwx/qt/view/level2_product_view.cpp +++ b/scwx-qt/source/scwx/qt/view/level2_product_view.cpp @@ -707,7 +707,7 @@ void Level2ProductView::ComputeSweep() auto nextIt = std::next(it); if (nextIt == radarData->cend()) { - continue; + nextIt = radarData->cbegin(); } const auto& nextRadialPair = *(nextIt);