Remove an extra sgSetVec call

This commit is contained in:
ehofman 2004-02-17 14:40:05 +00:00
parent 0633d703d0
commit 5b8e5fce20

View File

@ -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);
}