Removed warning.

This commit is contained in:
Jonathas Costa
2018-03-07 20:11:45 -05:00
parent 7a549f421d
commit f9d086ee95
@@ -499,7 +499,7 @@ void AtmosphereDeferredcaster::initializeCachedVariables(ghoul::opengl::ProgramO
_uniformCache2.inscatterTexture = program.uniformLocation("inscatterTexture");
}
void AtmosphereDeferredcaster::update(const UpdateData& data) {
void AtmosphereDeferredcaster::update(const UpdateData&) {
}