mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix a (harmless) build warning
This commit is contained in:
parent
c3e7632ce8
commit
2c278f3118
@ -202,7 +202,7 @@ bool QgsMeshVectorRenderer::calcVectorLineEnd(
|
||||
|
||||
double QgsMeshVectorRenderer::calcExtentBufferSize() const
|
||||
{
|
||||
double buffer;
|
||||
double buffer = 0;
|
||||
switch ( mCfg.shaftLengthMethod() )
|
||||
{
|
||||
case QgsMeshRendererVectorSettings::ArrowScalingMethod::MinMax:
|
||||
|
Loading…
x
Reference in New Issue
Block a user