Skip to content
Snippets Groups Projects
Commit b79555cc authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

BUG: mantis 1508 fix a typo

parent 2e4016aa
No related branches found
No related tags found
No related merge requests found
......@@ -729,7 +729,7 @@ private:
urp_in[ 0 ] = ulx ;
urp_in[ 1 ] = lry ;
llp_in[ 0 ] = lrx ;
llp_in[ 1 ] = ulx ;
llp_in[ 1 ] = uly ;
lrp_in[ 0 ] = lrx ;
lrp_in[ 1 ] = lry ;
ulp_out = rsTransform->TransformPoint(ulp_in);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment