mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-16 00:38:54 -06:00
Move the PropertyOwner name specification into the constructor and adjust accordingly
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user