Nasal/view.nas: set /sim/viewp[]/config/root to point to multiplayer data.root.
This is required by view code.
This commit is contained in:
parent
f61b097eb3
commit
3738d84d7b
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ var manager = {
|
|||
if (me.current.node != nil) {
|
||||
me.current.node.getNode("config").setValues({
|
||||
"root": data.root,});
|
||||
me.current.node.getNode("config/root").setValue(data.root)
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue