Skip to content

Commit

Permalink
singlebandgray double
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Aug 7, 2012
1 parent 2795529 commit fce3691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgssinglebandgrayrenderer.cpp
Expand Up @@ -80,7 +80,7 @@ void * QgsSingleBandGrayRenderer::readBlock( int bandNo, QgsRectangle const & e

void* alphaData = 0;
double currentAlpha = mOpacity;
int grayVal;
double grayVal;
QRgb myDefaultColor = qRgba( 0, 0, 0, 0 );

if ( mAlphaBand > 0 && mGrayBand != mAlphaBand )
Expand Down

0 comments on commit fce3691

Please sign in to comment.