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 ) {