Skip to content

Commit

Permalink
Fix a (harmless) build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 30, 2018
1 parent c3e7632 commit 2c278f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mesh/qgsmeshvectorrenderer.cpp
Expand Up @@ -202,7 +202,7 @@ bool QgsMeshVectorRenderer::calcVectorLineEnd(

double QgsMeshVectorRenderer::calcExtentBufferSize() const
{
double buffer;
double buffer = 0;
switch ( mCfg.shaftLengthMethod() )
{
case QgsMeshRendererVectorSettings::ArrowScalingMethod::MinMax:
Expand Down

0 comments on commit 2c278f3

Please sign in to comment.