Skip to content

Commit 6a94e36

Browse files
committed
Whoops! Remove debugging test from xview
1 parent f5ed9dc commit 6a94e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1_XView/xview.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ static void GetXY_Aff( DBox &B, const TAffine &Trot )
336336

337337
vector<Point> c( 4 );
338338
memcpy( &c[0], &cnr[0], 4*sizeof(Point) );
339-
T = /*Trot **/ X_AS_AFF( R.x, j );
339+
T = Trot * X_AS_AFF( R.x, j );
340340
T.Transform( c );
341341

342342
for( int k = 0; k < 4; ++k ) {

0 commit comments

Comments
 (0)