mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Cleanup of SceneGraphNode
This commit is contained in:
@@ -103,7 +103,8 @@ SceneGraphNode* SceneGraphNode::createFromDictionary(const ghoul::Dictionary& di
|
||||
|
||||
std::string parentName;
|
||||
if (!dictionary.getValue(constants::scenegraphnode::keyParentName, parentName)) {
|
||||
LWARNING("Could not find 'Parent' key, using 'Root'.");
|
||||
LWARNING("Could not find '" << constants::scenegraphnode::keyParentName <<
|
||||
"' key, using 'Root'.");
|
||||
parentName = "Root";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user