More portal fixing in software renderer
This commit is contained in:
parent
ac19af7514
commit
a226337185
2 changed files with 6 additions and 3 deletions
|
|
@ -59,6 +59,7 @@
|
|||
#include "v_palette.h"
|
||||
#include "r_data/colormaps.h"
|
||||
#include "g_levellocals.h"
|
||||
#include "events.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4244)
|
||||
|
|
@ -1178,6 +1179,8 @@ void R_DrawPortals ()
|
|||
R_SetViewAngle ();
|
||||
validcount++; // Make sure we see all sprites
|
||||
|
||||
E_RenderCamera();
|
||||
|
||||
R_ClearPlanes (false);
|
||||
R_ClearClipSegs (pl->left, pl->right);
|
||||
WindowLeft = pl->left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue