mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-30 17:00:48 +00:00
- forgot one file.
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@575 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
50362a399f
commit
ec655ffa2b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue