mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-26 22:19:17 -06:00
Address clang tidy complaints
Update Ghoul repository Update SGCT repository
This commit is contained in:
@@ -180,7 +180,7 @@ std::unique_ptr<SceneGraphNode> SceneGraphNode::createFromDictionary(
|
||||
ghoul::Dictionary renderableDictionary;
|
||||
dictionary.getValue(KeyRenderable, renderableDictionary);
|
||||
|
||||
renderableDictionary.setValue(KeyIdentifier, identifier);
|
||||
renderableDictionary.setValue(KeyIdentifier, result->_identifier);
|
||||
|
||||
result->_renderable = Renderable::createFromDictionary(renderableDictionary);
|
||||
if (result->_renderable == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user