mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-19 18:49:52 -06:00
Update Ghoul repository
Adapt to changed signature of ghoul_assert macro
This commit is contained in:
@@ -106,7 +106,7 @@ Renderable::Renderable(const ghoul::Dictionary& dictionary)
|
||||
{
|
||||
ghoul_assert(
|
||||
dictionary.hasKeyAndValue<std::string>(SceneGraphNode::KeyName),
|
||||
"SceneGraphNode must specify '" << SceneGraphNode::KeyName << "'"
|
||||
std::string("SceneGraphNode must specify '") + SceneGraphNode::KeyName + "'"
|
||||
);
|
||||
|
||||
dictionary.getValue(keyStart, _startTime);
|
||||
|
||||
Reference in New Issue
Block a user