Commit 087ec76e authored by Alexander Bock's avatar Alexander Bock
Browse files

Fix problem with `openspace.setPropertyValue` not working

parent 51b420f2
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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()
);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment