]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/newmat.cxx
Replaced some debugging structure David inadvertantly removed.
[flightgear.git] / src / Objects / newmat.cxx
index 7ac493dea296160ad40c82a552f0bcf1c32ceb1d..dab03e1ebda06dc851dcea8a5e7ecbb64cc673aa 100644 (file)
@@ -76,9 +76,10 @@ FGNewMat::FGNewMat (const SGPropertyNode * props)
     build_ssg_state(false);
 }
 
-FGNewMat::FGNewMat (const string &texture_path)
+FGNewMat::FGNewMat (const string &texpath)
 {
     init();
+    texture_path = texpath;
     build_ssg_state(true);
 }