Merge pull request #22 from shpuld/fix/doors-losing-lm-when-moving

This commit is contained in:
cypress 2023-09-17 05:57:19 -04:00 committed by GitHub
commit cdbb3d1f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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