mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-04 09:51:43 +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();
|
angle_t a1 = FrustumAngle();
|
||||||
clipper.SafeAddClipRangeRealAngles(viewangle + a1, viewangle - a1);
|
clipper.SafeAddClipRangeRealAngles(viewangle + a1, viewangle - a1);
|
||||||
|
|
||||||
|
GLWallLightEntryArena.FreeAll();
|
||||||
ProcessScene(toscreen);
|
ProcessScene(toscreen);
|
||||||
if (mainview) EndDrawScene(retval); // do not call this for camera textures.
|
if (mainview) EndDrawScene(retval); // do not call this for camera textures.
|
||||||
eye->TearDown();
|
eye->TearDown();
|
||||||
|
|
Loading…
Reference in a new issue