mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2025-02-16 16:41:03 +00:00
Merge pull request #22 from shpuld/fix/doors-losing-lm-when-moving
This commit is contained in:
commit
cdbb3d1f53
1 changed files with 3 additions and 0 deletions
|
@ -1320,7 +1320,10 @@ void R_DrawBrushModel (entity_t *e)
|
|||
|
||||
|
||||
if(dlight)
|
||||
{
|
||||
sceGuDisable(GU_ALPHA_TEST);
|
||||
R_BlendLightmaps ();
|
||||
}
|
||||
|
||||
if (ISADDITIVE(e))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue