mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
parent
b49d04fd6e
commit
3bcef7d587
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ static void polymost_drawpoly(vec2f_t const * const dpxy, int32_t const n, int32
|
|||
SetRenderStyleFromBlend((method & DAMETH_MASKPROPS) > DAMETH_MASK, drawpoly_blend, (method & DAMETH_MASKPROPS) == DAMETH_TRANS2);
|
||||
}
|
||||
|
||||
if (!(method & (DAMETH_WALL | DAMETH_CLAMPED | DAMETH_MASK)))
|
||||
if (!(method & (DAMETH_CLAMPED | DAMETH_MASKPROPS)))
|
||||
GLInterface.SetTextureMode(TM_OPAQUE);
|
||||
|
||||
float pc[4];
|
||||
|
|
Loading…
Reference in a new issue