Buildfix, oops

This commit is contained in:
Henrik Rydgård 2017-12-01 16:53:54 +01:00
parent d2fe42ea90
commit b87f447e76

View file

@ -692,7 +692,7 @@ void FramebufferManagerVulkan::CompilePostShader() {
usePostShader_ = true;
} else {
ELOG("Failed to compile.");
pipelinePostShader_ = nullptr;
pipelinePostShader_ = VK_NULL_HANDLE;
usePostShader_ = false;
}
}