]> git.mxchange.org Git - flightgear.git/commitdiff
*** empty log message ***
authorcurt <curt>
Tue, 12 Mar 2002 05:37:55 +0000 (05:37 +0000)
committercurt <curt>
Tue, 12 Mar 2002 05:37:55 +0000 (05:37 +0000)
src/Objects/newmat.cxx
src/Objects/newmat.hxx

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);
 }
 
index a1fb2e8acfa6e19c59fb302783a00f8a026630c9..687b40d9e7dd7be1d9bc01c3c7a484e7f8279d4a 100644 (file)
@@ -85,7 +85,7 @@ public:
    * @param texture_path A string containing an absolute path
    * to a texture file (usually RGB).
    */
-  FGNewMat (const string &texture_path);
+  FGNewMat (const string &texpath);
 
 
   /**