Stencil in thin3d/gl was broken. Not that we use it for anything though.

This commit is contained in:
Henrik Rydgård 2017-03-22 15:30:31 +01:00
parent 41a3370035
commit 9b216af65d

View File

@ -234,7 +234,6 @@ public:
} else {
glDisable(GL_STENCIL_TEST);
}
glDisable(GL_STENCIL_TEST);
}
};