- forgot one file.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@575 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2009-10-24 07:45:12 +00:00
parent 50362a399f
commit ec655ffa2b

View file

@ -268,6 +268,7 @@ void FVertexBuffer::UpdatePlaneVertices(sector_t *sec, int plane)
for(int i=0; i<countvt; i++, vt++)
{
vt->z = splane.ZatPoint(vt->x, vt->y);
if (plane == sector_t::floor && sec->transdoor) vt->z = -1;
}
if (gl.flags & RFL_MAP_BUFFER_RANGE)
{