This commit is contained in:
Rachael Alexanderson 2017-01-02 22:04:53 -05:00
commit fd9d92d708
3 changed files with 180 additions and 110 deletions

View file

@ -195,7 +195,7 @@ void GLWall::RenderWall(int textured)
gl_RenderState.ApplyLightIndex(dynlightindex);
if (gl.buffermethod != BM_DEFERRED)
{
MakeVertices(!(textured&RWF_NOSPLIT));
MakeVertices(!!(textured&RWF_NOSPLIT));
}
else if (vertcount == 0)
{