The last smoothed radial needs the first radial to render

This commit is contained in:
Dan Paulat 2024-12-02 22:34:42 -06:00
parent 1b07c6f5b5
commit a5919ac917

View file

@ -707,7 +707,7 @@ void Level2ProductView::ComputeSweep()
auto nextIt = std::next(it);
if (nextIt == radarData->cend())
{
continue;
nextIt = radarData->cbegin();
}
const auto& nextRadialPair = *(nextIt);