From 2da005377ea5b005afa82aef8d1ae038d170bed7 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 7 Sep 2002 14:15:10 +0000 Subject: [PATCH] Fix a typo that could cause a crash on some platforms. --- src/Objects/obj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {