Jenkins compile fix

Remove fresh recompile
This commit is contained in:
Alexander Bock
2017-07-18 17:59:20 -04:00
parent df3cabb455
commit 5cf85bfd44
2 changed files with 1 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ RenderableModelProjection::RenderableModelProjection(const ghoul::Dictionary& di
);
std::string name;
dictionary.getValue(SceneGraphNode::KeyName, name);
[[maybe_unused]] bool success = dictionary.getValue(SceneGraphNode::KeyName, name);
ghoul_assert(success, "Name was not passed to RenderableModelProjection");
using ghoul::Dictionary;