[JSBSim] Fixed a actuator SEGFAULT when triggering "hardover" without specifying <clipto>.
This commit is contained in:
parent
f666a551b3
commit
2fe0137e92
1 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,8 @@ FGFCSComponent::FGFCSComponent(FGFCS* _fcs, Element* element) : fcs(_fcs)
|
|||
|
||||
clip = true;
|
||||
}
|
||||
else
|
||||
ClipMin = ClipMin = new FGRealValue(0.0);
|
||||
|
||||
Debug(0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue