mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- missed this.
This commit is contained in:
parent
3e204080ae
commit
f54cf561ab
1 changed files with 0 additions and 1 deletions
|
@ -261,7 +261,6 @@ void GLFlat::ProcessSector(HWDrawInfo *di, sector_t * frontsector)
|
||||||
sector = &level.sectors[frontsector->sectornum];
|
sector = &level.sectors[frontsector->sectornum];
|
||||||
extsector_t::xfloor &x = sector->e->XFloor;
|
extsector_t::xfloor &x = sector->e->XFloor;
|
||||||
dynlightindex = -1;
|
dynlightindex = -1;
|
||||||
vertexcount = sector->ibocount;
|
|
||||||
|
|
||||||
uint8_t &srf = di->sectorrenderflags[sector->sectornum];
|
uint8_t &srf = di->sectorrenderflags[sector->sectornum];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue