Removed some debugging output.
This commit is contained in:
parent
b6772aa8a5
commit
f19229540c
1 changed files with 2 additions and 2 deletions
|
@ -359,7 +359,7 @@ void polygon_tesselate( const FGPolygon &p,
|
||||||
// print_tri_data( &in );
|
// print_tri_data( &in );
|
||||||
|
|
||||||
// TEMPORARY
|
// TEMPORARY
|
||||||
write_tri_data(&in);
|
// write_tri_data(&in);
|
||||||
/* cout << "Press return to continue:";
|
/* cout << "Press return to continue:";
|
||||||
char junk;
|
char junk;
|
||||||
cin >> junk; */
|
cin >> junk; */
|
||||||
|
@ -638,7 +638,7 @@ static void contour_tesselate( FGContourNode *node, const FGPolygon &p,
|
||||||
// print_tri_data( &in );
|
// print_tri_data( &in );
|
||||||
|
|
||||||
// TEMPORARY
|
// TEMPORARY
|
||||||
write_tri_data(&in);
|
// write_tri_data(&in);
|
||||||
/* cout << "Press return to continue:";
|
/* cout << "Press return to continue:";
|
||||||
char junk;
|
char junk;
|
||||||
cin >> junk; */
|
cin >> junk; */
|
||||||
|
|
Loading…
Add table
Reference in a new issue