1
0
Fork 0

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:
Julian Smith 2019-07-02 22:55:19 +01:00
parent f61b097eb3
commit 3738d84d7b

View file

@ -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)
}
},
};