1
0
Fork 0

*** empty log message ***

This commit is contained in:
curt 2002-03-12 05:37:55 +00:00
parent c5f43ca688
commit 9ff8951be6
2 changed files with 3 additions and 2 deletions

View 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);
}

View 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);
/**