mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Add check for usage of ghoul_assert instead of plain old assert
Update Ghoul
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user