Fix StateMachine autopilot component
This commit is contained in:
parent
6cc98cb995
commit
55ed10953f
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ using namespace FGXMLAutopilot;
|
|||
class StateMachineComponent : public Component
|
||||
{
|
||||
public:
|
||||
StateMachineComponent( SGPropertyNode& cfg,
|
||||
SGPropertyNode& props_root )
|
||||
StateMachineComponent( SGPropertyNode& props_root,
|
||||
SGPropertyNode& cfg )
|
||||
{
|
||||
inner = simgear::StateMachine::createFromPlist(&cfg, &props_root);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue