1
0
Fork 0

Fix dumb inverted logic commit

This commit is contained in:
James Turner 2021-04-25 18:57:15 +01:00
parent 6e42b9ae02
commit e6307b1494

View file

@ -210,7 +210,7 @@ FGModelMgr::unbind ()
{
// work-around for FLIGHTGEAR-37D : crash when quitting during
// early startup
if (!_listener) {
if (_listener) {
_models->removeChangeListener(_listener.get());
}