mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 13:31:37 +00:00
- fixed the translucent wall splitter, it forgot to copy the original wall before making adjustments to it and its copy.
This commit is contained in:
parent
21c2d38342
commit
d17216d7dd
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ void GLDrawList::SortWallIntoWall(SortNode * head,SortNode * sort)
|
|||
|
||||
ws->vertcount = 0; // invalidate current vertices.
|
||||
GLWall *w= NewWall();
|
||||
*w = *ws;
|
||||
|
||||
w->glseg.x1=ws->glseg.x2=ix;
|
||||
w->glseg.y1=ws->glseg.y2=iy;
|
||||
|
|
Loading…
Reference in a new issue