]> git.mxchange.org Git - flightgear.git/commitdiff
Removed some debugging output.
authorcurt <curt>
Wed, 31 Mar 1999 13:25:58 +0000 (13:25 +0000)
committercurt <curt>
Wed, 31 Mar 1999 13:25:58 +0000 (13:25 +0000)
Objects/obj.cxx

index a4474cde6cfa4367fac9ad259402ca845e8c9af7..56cb1d8fe4d49d7b2a87d15e278168f8e2f11190 100644 (file)
@@ -416,9 +416,9 @@ int fgObjLoad( const string& path, fgTILE *t) {
                    }
 
                    in >> n3;
-                   cout << "  triangle = " 
-                        << n1 << "," << n2 << "," << n3 
-                        << endl;
+                   // cout << "  triangle = " 
+                   //      << n1 << "," << n2 << "," << n3 
+                   //      << endl;
                    xglNormal3dv(normals[n3]);
                    pp = calc_tex_coords(nodes[n3], center);
                    xglTexCoord2f(pp.lon(), pp.lat());
@@ -595,6 +595,9 @@ int fgObjLoad( const string& path, fgTILE *t) {
 
 
 // $Log$
+// Revision 1.15  1999/03/31 13:25:58  curt
+// Removed some debugging output.
+//
 // Revision 1.14  1999/03/30 23:48:24  curt
 // modifications to obj loader to handle tri fans.
 //