mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- restored accidentally deleted line of code.
This commit is contained in:
parent
2514753afb
commit
8987aba4a4
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ void GLPortal::End(bool usestencil)
|
|||
|
||||
Clocker c(PortalAll);
|
||||
if (PrevPortal != NULL) PrevPortal->PopState();
|
||||
GLRenderer->mCurrentPortal = PrevPortal;
|
||||
|
||||
if (usestencil)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue