- clear GLWF_TRANSLUCENT at the end of PutWall.

This commit is contained in:
Christoph Oelckers 2018-08-13 20:46:26 +02:00
parent a10f9526bc
commit c33f358894
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ void GLWall::PutWall(HWDrawInfo *di, bool translucent)
// make sure that following parts of the same linedef do not get this one's vertex and lighting info.
vertcount = 0;
dynlightindex = -1;
flags &= ~GLWF_TRANSLUCENT;
}
void GLWall::PutPortal(HWDrawInfo *di, int ptype)