Add openspace engine to the property tree

This commit is contained in:
Ylva Selling
2022-05-12 10:10:31 -04:00
parent 9d583dafe9
commit 2f567b6d56
+1
View File
@@ -399,6 +399,7 @@ void initialize() {
rootPropertyOwner->addPropertySubOwner(global::dashboard);
rootPropertyOwner->addPropertySubOwner(global::userPropertyOwner);
rootPropertyOwner->addPropertySubOwner(global::openSpaceEngine);
syncEngine->addSyncable(global::scriptEngine);
}