mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-19 16:31:20 +00:00
Fix copy/paste mistake from 808eeb3a25.
I'm pretty sure this was not intentional.
This commit is contained in:
parent
b5126f7236
commit
a3342a72d7
@ -439,7 +439,7 @@ void TransformDrawEngine::ApplyBlendState() {
|
||||
setBlendColorv(fixB);
|
||||
glBlendFuncB = GL_CONSTANT_COLOR;
|
||||
} else if (glBlendFuncA == GL_INVALID_ENUM && glBlendFuncB == GL_INVALID_ENUM) {
|
||||
if (blendColorSimilar(fixA, Vec3f::AssignToAll(constantAlpha) - fixB)) {
|
||||
if (blendColorSimilar(fixA, Vec3f::AssignToAll(1.0f) - fixB)) {
|
||||
glBlendFuncA = GL_CONSTANT_COLOR;
|
||||
glBlendFuncB = GL_ONE_MINUS_CONSTANT_COLOR;
|
||||
setBlendColorv(fixA);
|
||||
|
Loading…
x
Reference in New Issue
Block a user