Add description to PropertyOwner

This commit is contained in:
Alexander Bock
2017-08-01 17:05:52 -04:00
parent eaf0d70a79
commit 8a62e6e791
39 changed files with 84 additions and 45 deletions

View File

@@ -144,7 +144,7 @@ OpenSpaceEngine::OpenSpaceEngine(std::string programName,
, _scriptEngine(new scripting::ScriptEngine)
, _scriptScheduler(new scripting::ScriptScheduler)
, _virtualPropertyManager(new VirtualPropertyManager)
, _globalPropertyNamespace(new properties::PropertyOwner(""))
, _globalPropertyNamespace(new properties::PropertyOwner({ "" }))
, _scheduledSceneSwitch(false)
, _scenePath("")
, _runTime(0.0)