Skip to content

Commit a827732

Browse files
author
rblazek
committedMar 19, 2011
another shift fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15535 c8812cc2-4d05-0410-92ff-de0c093fc19c

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)
Please sign in to comment.