mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 23:54:35 +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;
|
||||
HWPortal * portal = nullptr;
|
||||
return;
|
||||
|
||||
MakeVertices(di, false);
|
||||
switch (ptype)
|
||||
|
|
Loading…
Reference in a new issue