mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fix what appears to have been an accidental debug commit, this broke portals and skies
This commit is contained in:
parent
735e1d1a44
commit
13d07e7912
1 changed files with 0 additions and 1 deletions
|
@ -489,7 +489,6 @@ void GLWall::PutPortal(HWDrawInfo *di, int ptype, int plane)
|
||||||
{
|
{
|
||||||
auto pstate = screen->mPortalState;
|
auto pstate = screen->mPortalState;
|
||||||
HWPortal * portal = nullptr;
|
HWPortal * portal = nullptr;
|
||||||
return;
|
|
||||||
|
|
||||||
MakeVertices(di, false);
|
MakeVertices(di, false);
|
||||||
switch (ptype)
|
switch (ptype)
|
||||||
|
|
Loading…
Reference in a new issue