mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2025-02-16 16:41:03 +00:00
Restore old sceGuAlphaFunc
This commit is contained in:
parent
b30f349572
commit
d41d664644
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ void R_RenderBrushPoly (msurface_t *fa)
|
|||
}
|
||||
|
||||
sceGuEnable(GU_ALPHA_TEST);
|
||||
sceGuAlphaFunc(GU_GREATER, 0x88, 0xff);
|
||||
sceGuAlphaFunc(GU_GREATER, 0xaa, 0xff);
|
||||
sceGuTexFunc(GU_TFX_MODULATE, GU_TCC_RGBA);
|
||||
|
||||
// motolegacy -- use our new texflag hack
|
||||
|
|
Loading…
Reference in a new issue