mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-08 14:58:36 +00:00
Let's put the stencil parameters in the right order..
This commit is contained in:
parent
5c8a74d911
commit
b832508c4b
@ -836,7 +836,7 @@ void TransformDrawEngine::SoftwareTransformAndDraw(
|
||||
// We don't know the color until here, so we have to do it now, instead of in StateMapping.
|
||||
// Might want to reconsider the order of things later...
|
||||
if (gstate.isModeClear() && gstate.isClearModeAlphaMask()) {
|
||||
glstate.stencilFunc.set(GL_ALWAYS, 255, stencilValue);
|
||||
glstate.stencilFunc.set(GL_ALWAYS, stencilValue, 255);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user