From: ehofman Date: Tue, 17 Feb 2004 14:40:05 +0000 (+0000) Subject: Remove an extra sgSetVec call X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b8e5fce20ec0799ae70438b7c685650b94878c3;p=simgear.git Remove an extra sgSetVec call --- 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); }