Update Ghoul version to accommodate public API bool parameter changes

This commit is contained in:
Alexander Bock
2016-03-06 08:08:06 +01:00
parent ff7f4f61db
commit df0d0d1258
18 changed files with 101 additions and 34 deletions

View File

@@ -144,7 +144,8 @@ bool RenderablePlanet::initialize() {
if (!_programObject) return false;
}
_programObject->setIgnoreSubroutineUniformLocationError(true);
using IgnoreError = ghoul::opengl::ProgramObject::IgnoreError;
_programObject->setIgnoreSubroutineUniformLocationError(IgnoreError::Yes);
loadTexture();
_geometry->initialize(this);