Add check for usage of ghoul_assert instead of plain old assert

Update Ghoul
This commit is contained in:
Alexander Bock
2017-11-16 16:12:54 -05:00
parent 0ff9c93512
commit 669078201a
10 changed files with 52 additions and 31 deletions

View File

@@ -187,8 +187,6 @@ RenderableMultiresVolume::RenderableMultiresVolume (const ghoul::Dictionary& dic
, _rotation(RotationInfo, glm::vec3(0.f, 0.f, 0.f), glm::vec3(0.f), glm::vec3(6.28f))
{
std::string name;
//bool success = dictionary.getValue(constants::scenegraphnode::keyName, name);
//assert(success);
_filename = "";
bool success = dictionary.getValue(KeyDataSource, _filename);