Towing: Fix small bug
This commit is contained in:
parent
2305672157
commit
a301094022
1 changed files with 1 additions and 0 deletions
|
@ -459,6 +459,7 @@ var aerotow_hash = {
|
|||
props.globals.initNode("sim/hitches/aerotow/tow/end-force-z", 0.0, "DOUBLE"),
|
||||
],
|
||||
node: props.globals.initNode("sim/hitches/aerotow/tow/node", "", "STRING"),
|
||||
length: props.globals.initNode("sim/hitches/aerotow/tow/length", 60.0, "DOUBLE"),
|
||||
},
|
||||
rope: {
|
||||
exist: props.globals.initNode("sim/hitches/aerotow/rope/exist", 0, "BOOL"),
|
||||
|
|
Loading…
Reference in a new issue