- added declaration for method get_step
This commit is contained in:
parent
2b6873903c
commit
93178a944b
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ public:
|
||||||
FGNewMat *find( const string& material );
|
FGNewMat *find( const string& material );
|
||||||
|
|
||||||
void set_step (int step);
|
void set_step (int step);
|
||||||
|
int get_step ();
|
||||||
|
|
||||||
// Load one pending "deferred" texture. Return true if a texture
|
// Load one pending "deferred" texture. Return true if a texture
|
||||||
// loaded successfully, false if no pending, or error.
|
// loaded successfully, false if no pending, or error.
|
||||||
|
|
Loading…
Reference in a new issue