From 5b8e5fce20ec0799ae70438b7c685650b94878c3 Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 17 Feb 2004 14:40:05 +0000 Subject: [PATCH] Remove an extra sgSetVec call --- simgear/scene/tgdb/leaf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5