Make OpenSpaceModule a properties::PropertyOwner so that it can own properties

Add properties owned by OpenSpaceModule to the global settings engine (closing #104)
This commit is contained in:
Alexander Bock
2016-07-31 19:26:55 +02:00
parent 393f39de2e
commit 6bd0ef7102
5 changed files with 22 additions and 19 deletions

View File

@@ -421,6 +421,7 @@ bool OpenSpaceEngine::initialize() {
// Initialize the SettingsEngine
_settingsEngine->initialize();
_settingsEngine->setModules(_moduleEngine->modules());
// Initialize the Scene
Scene* sceneGraph = new Scene;