Skip to content

Commit 72e422f

Browse files
author
rblazek
committed
another shift fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@15535 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a9ab171 commit 72e422f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsrasterdataprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void QgsRasterDataProvider::readBlock( int bandNo, QgsRectangle const & viewExt
4747
mMaxSrcYRes = extent().height() / ySize();
4848
}
4949

50-
QgsRasterProjector myProjector( theSrcCRS, theDestCRS, viewExtent, height, width, mMaxSrcXRes, mMaxSrcYRes, mExtent );
50+
QgsRasterProjector myProjector( theSrcCRS, theDestCRS, viewExtent, height, width, mMaxSrcXRes, mMaxSrcYRes, extent() );
5151

5252
QgsDebugMsg( QString( "create projector time (ms): %1" ).arg( time.elapsed() ) );
5353

0 commit comments

Comments
 (0)