mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-21 19:50:00 -06:00
Allowing PropertyOwners to have an empty name (pulling their properties and subowners into the owners namespace
This commit is contained in:
@@ -117,8 +117,8 @@ OpenSpaceEngine::OpenSpaceEngine(std::string programName)
|
||||
, _runTime(0.0)
|
||||
, _syncBuffer(nullptr)
|
||||
{
|
||||
_globalPropertyNamespace->setName("Global");
|
||||
_interactionHandler->setPropertyOwner(_globalPropertyNamespace);
|
||||
_globalPropertyNamespace->addPropertySubOwner(_interactionHandler);
|
||||
FactoryManager::initialize();
|
||||
SpiceManager::initialize();
|
||||
Time::initialize();
|
||||
|
||||
Reference in New Issue
Block a user