Fix dumb inverted logic commit
This commit is contained in:
parent
6e42b9ae02
commit
e6307b1494
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ FGModelMgr::unbind ()
|
||||||
{
|
{
|
||||||
// work-around for FLIGHTGEAR-37D : crash when quitting during
|
// work-around for FLIGHTGEAR-37D : crash when quitting during
|
||||||
// early startup
|
// early startup
|
||||||
if (!_listener) {
|
if (_listener) {
|
||||||
_models->removeChangeListener(_listener.get());
|
_models->removeChangeListener(_listener.get());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue