mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-21 03:29:40 -06:00
Fix problem with openspace.setPropertyValue not working
This commit is contained in:
@@ -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()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user