- fixed typo in previous commit

https://forum.zdoom.org/viewtopic.php?t=60739
This commit is contained in:
alexey.lysiuk 2018-06-01 12:24:29 +03:00
parent 2d50f535ff
commit edabe43bca

View file

@ -1522,7 +1522,7 @@ void GLWall::Process(HWDrawInfo *di, seg_t *seg, sector_t * frontsector, sector_
}
v1 = seg->v1;
v2 = seg->v2;
flags |= GLWF_NOSPLITLOWER | GLWF_NOSPLITLOWER; // seg-splitting not needed for single segs.
flags |= GLWF_NOSPLITUPPER | GLWF_NOSPLITLOWER; // seg-splitting not needed for single segs.
}