Fix case sensitivity issue

This commit is contained in:
Ingela Rossing
2019-09-24 17:12:42 +02:00
parent 78eb673611
commit f9cece3e99

View File

@@ -804,7 +804,7 @@ void FramebufferRenderer::updateHDRAndFiltering() {
_hdrFilteringProgram = ghoul::opengl::ProgramObject::Build(
"HDR and Filtering Program",
absPath("${SHADERS}/framebuffer/hdrAndFiltering.vert"),
absPath("${SHADERS}/framebuffer/hdrAndfiltering.frag")
absPath("${SHADERS}/framebuffer/hdrAndFiltering.frag")
);
using IgnoreError = ghoul::opengl::ProgramObject::IgnoreError;
//_hdrFilteringProgram->setIgnoreSubroutineUniformLocationError(IgnoreError::Yes);