Stop --native-ctrls option from breaking JSBSim
Remove unused instance of FGControls from FGNativeCtrls, as it was binding to the property tree in place of the globals->get_controls that JSBSim reads input from, blocking all input
This commit is contained in:
parent
8287ee9ae6
commit
617e638242
1 changed files with 0 additions and 3 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include <Aircraft/controls.hxx>
|
||||
#include "protocol.hxx"
|
||||
#include "net_ctrls.hxx"
|
||||
|
||||
|
@ -38,8 +37,6 @@ using std::string;
|
|||
class FGNativeCtrls : public FGProtocol {
|
||||
|
||||
FGNetCtrls net_ctrls;
|
||||
FGControls ctrls;
|
||||
|
||||
public:
|
||||
|
||||
FGNativeCtrls();
|
||||
|
|
Loading…
Add table
Reference in a new issue