s/multiplayer/multiplay/, as this seems to be the slightly more
official version (--multiplay option, /sim/multiplay/ properties etc.)
This commit is contained in:
@@ -169,7 +169,7 @@ sgLoad3DModel_internal(const string &path,
|
||||
model = new osg::Node;
|
||||
}
|
||||
|
||||
SGPropertyNode *mp = props->getNode("multiplayer");
|
||||
SGPropertyNode *mp = props->getNode("multiplay");
|
||||
if (mp && prop_root && prop_root->getParent())
|
||||
copyProperties(mp, prop_root);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user