diff --git a/simgear/scene/tgdb/leaf.cxx b/simgear/scene/tgdb/leaf.cxx index e5cdd14a..3a98f2d7 100644 --- a/simgear/scene/tgdb/leaf.cxx +++ b/simgear/scene/tgdb/leaf.cxx @@ -224,7 +224,7 @@ ssgLeaf *sgMakeLeaf( const string& path, if ( size == 1 ) { texcoord = texcoords[ tex_index[0] ]; sgSetVec2( tmp2, texcoord[0], texcoord[1] ); - sgSetVec2( tmp2, texcoord[0], texcoord[1] ); + //sgSetVec2( tmp2, texcoord[0], texcoord[1] ); if ( tex_width > 0 ) { tmp2[0] *= (1000.0 / tex_width); }