Fix problem with openspace.setPropertyValue not working

This commit is contained in:
Alexander Bock
2017-04-12 13:32:15 -04:00
parent 51b420f2c4
commit 087ec76ebb

View File

@@ -115,8 +115,8 @@ std::vector<properties::Property*> allProperties() {
std::vector<properties::Property*> props = n->propertiesRecursive();
properties.insert(
properties.end(),
p.begin(),
p.end()
props.begin(),
props.end()
);
}