mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +00:00
The last smoothed radial needs the first radial to render
This commit is contained in:
parent
1b07c6f5b5
commit
a5919ac917
1 changed files with 1 additions and 1 deletions
|
|
@ -707,7 +707,7 @@ void Level2ProductView::ComputeSweep()
|
|||
auto nextIt = std::next(it);
|
||||
if (nextIt == radarData->cend())
|
||||
{
|
||||
continue;
|
||||
nextIt = radarData->cbegin();
|
||||
}
|
||||
|
||||
const auto& nextRadialPair = *(nextIt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue