mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Another typo fix
This commit is contained in:
parent
0d2ec01e83
commit
068d4f0ee5
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ void TransformDrawEngine::ApplyDrawState(int prim) {
|
|||
|
||||
float constantAlpha = 1.0f;
|
||||
if (gstate.isStencilTestEnabled() && ReplaceAlphaWithStencil() == REPLACE_ALPHA_NO) {
|
||||
if (gstate.isStencilTestEnabled() == STENCIL_VALUE_UNIFORM) {
|
||||
if (ReplaceAlphaWithStencilType() == STENCIL_VALUE_UNIFORM) {
|
||||
constantAlpha = (float) gstate.getStencilTestRef() * (1.0f / 255.0f);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue