Allowing PropertyOwners to have an empty name (pulling their properties and subowners into the owners namespace

This commit is contained in:
Alexander Bock
2015-07-06 18:30:26 +02:00
parent 174129be5e
commit 5d8383d91f
3 changed files with 4 additions and 4 deletions

View File

@@ -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();