Skip to content

Commit

Permalink
[processing] forgot to rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Mar 2, 2018
1 parent ae9bd06 commit dc3353e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -116,7 +116,7 @@ QgsFeatureList QgsMultiRingConstantBufferAlgorithm::processFeature( const QgsFea

QgsFeatureList outputs;

for ( int i = 1; i <= mRingsNumber; ++i )
for ( int i = 1; i <= rings; ++i )
{
QgsFeature out;
currentDistance = i * distance;
Expand Down

0 comments on commit dc3353e

Please sign in to comment.