mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- forgot this.
This commit is contained in:
parent
1d9ab5c632
commit
f86535407d
1 changed files with 1 additions and 0 deletions
|
@ -838,6 +838,7 @@ sector_t * FGLRenderer::RenderViewpoint (AActor * camera, GL_IRECT * bounds, flo
|
|||
angle_t a1 = FrustumAngle();
|
||||
clipper.SafeAddClipRangeRealAngles(viewangle + a1, viewangle - a1);
|
||||
|
||||
GLWallLightEntryArena.FreeAll();
|
||||
ProcessScene(toscreen);
|
||||
if (mainview) EndDrawScene(retval); // do not call this for camera textures.
|
||||
eye->TearDown();
|
||||
|
|
Loading…
Reference in a new issue