Register that we have been inited so the init routine isn't called repeatedly.
This commit is contained in:
parent
f15ca79b8f
commit
2ce74e14b1
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ FGNullFDM::~FGNullFDM() {
|
||||||
// for each subsequent iteration through the EOM
|
// for each subsequent iteration through the EOM
|
||||||
void FGNullFDM::init() {
|
void FGNullFDM::init() {
|
||||||
// cout << "FGNullFDM::init()" << endl;
|
// cout << "FGNullFDM::init()" << endl;
|
||||||
|
set_inited( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue