1
0
Fork 0

[JSBSim] Fixed a actuator SEGFAULT when triggering "hardover" without specifying <clipto>.

This commit is contained in:
Bertrand Coconnier 2019-07-24 23:15:40 +02:00
parent f666a551b3
commit 2fe0137e92

View file

@ -185,6 +185,8 @@ FGFCSComponent::FGFCSComponent(FGFCS* _fcs, Element* element) : fcs(_fcs)
clip = true;
}
else
ClipMin = ClipMin = new FGRealValue(0.0);
Debug(0);
}