Move the PropertyOwner name specification into the constructor and adjust accordingly

This commit is contained in:
Alexander Bock
2017-03-02 18:23:39 -05:00
parent aba3536caa
commit 1689dc4047
27 changed files with 180 additions and 148 deletions

View File

@@ -140,7 +140,7 @@ OpenSpaceEngine::OpenSpaceEngine(std::string programName,
, _downloadManager(nullptr)
, _parallelConnection(new ParallelConnection)
, _windowWrapper(std::move(windowWrapper))
, _globalPropertyNamespace(new properties::PropertyOwner)
, _globalPropertyNamespace(new properties::PropertyOwner(""))
, _runTime(0.0)
, _shutdown({false, 0.f, 0.f})
, _isFirstRenderingFirstFrame(true)