mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-04 23:12:15 +00:00
- fixed flat debug helper.
This commit is contained in:
parent
aa63e39fa5
commit
711813c36f
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ void HWFlat::PutFlat(HWDrawInfo *di, int whichplane)
|
|||
void HWFlat::ProcessSector(HWDrawInfo *di, sectortype * frontsector, int section_, int which)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
if (sectindex(sec) == gl_breaksec)
|
||||
if (sectindex(frontsector) == gl_breaksec)
|
||||
{
|
||||
int a = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue