mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +00:00
An extra empty radial is still needed for incomplete data when smoothing
This commit is contained in:
parent
a5919ac917
commit
e0cd3610a6
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ void Level2ProductView::ComputeSweep()
|
|||
// When there is missing data, insert another empty vertex radial at the end
|
||||
// to avoid stretching
|
||||
const bool isRadarDataIncomplete = Impl::IsRadarDataIncomplete(radarData);
|
||||
if (isRadarDataIncomplete && !smoothingEnabled)
|
||||
if (isRadarDataIncomplete)
|
||||
{
|
||||
++vertexRadials;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue