*** empty log message ***
This commit is contained in:
parent
c5f43ca688
commit
9ff8951be6
2 changed files with 3 additions and 2 deletions
|
@ -76,9 +76,10 @@ FGNewMat::FGNewMat (const SGPropertyNode * props)
|
||||||
build_ssg_state(false);
|
build_ssg_state(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
FGNewMat::FGNewMat (const string &texture_path)
|
FGNewMat::FGNewMat (const string &texpath)
|
||||||
{
|
{
|
||||||
init();
|
init();
|
||||||
|
texture_path = texpath;
|
||||||
build_ssg_state(true);
|
build_ssg_state(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@ public:
|
||||||
* @param texture_path A string containing an absolute path
|
* @param texture_path A string containing an absolute path
|
||||||
* to a texture file (usually RGB).
|
* to a texture file (usually RGB).
|
||||||
*/
|
*/
|
||||||
FGNewMat (const string &texture_path);
|
FGNewMat (const string &texpath);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue