disable alpha test before blending lightmaps for surfaces that need alpha test

This commit is contained in:
Shpuld Shpuldson 2023-09-17 09:56:12 +03:00
parent 2712c3fdfd
commit 876dc2702e

View file

@ -1320,7 +1320,10 @@ void R_DrawBrushModel (entity_t *e)
if(dlight)
{
sceGuDisable(GU_ALPHA_TEST);
R_BlendLightmaps ();
}
if (ISADDITIVE(e))
{