From: curt Date: Sat, 7 Sep 2002 14:15:10 +0000 (+0000) Subject: Fix a typo that could cause a crash on some platforms. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2da005377ea5b005afa82aef8d1ae038d170bed7;p=flightgear.git Fix a typo that could cause a crash on some platforms. --- diff --git a/src/Objects/obj.cxx b/src/Objects/obj.cxx index 946eb7e4c..0ecf55d75 100644 --- a/src/Objects/obj.cxx +++ b/src/Objects/obj.cxx @@ -1408,7 +1408,7 @@ bool fgBinObjLoad( const string& path, const bool is_base, tex_index.clear(); ssgLeaf *leaf = gen_leaf( path, GL_POINTS, material, nodes, normals, texcoords, - pts_v[i], pts_v[i], tex_index, + pts_v[i], pts_n[i], tex_index, false, ground_lights ); if ( is_lighting ) {