1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Disable cull face for post processor.

Fixed CBFD hangs when you step on this part with Post filters enabled #1292
This commit is contained in:
Sergey Lipskiy 2016-12-12 17:02:08 +07:00
parent 205e98cca3
commit 64ef19bd10

View File

@ -524,6 +524,7 @@ PostProcessor & PostProcessor::get()
void PostProcessor::_setGLState() {
glDisable(GL_DEPTH_TEST);
glDisable(GL_BLEND);
glDisable(GL_CULL_FACE);
static const float vert[] =
{