Fix sprites in skyboxes not having clipping arrays actually set properly

This commit is contained in:
Monster Iestyn 2016-06-08 17:53:34 +01:00
parent 6bf40b8f40
commit 29ea733ae5
1 changed files with 1 additions and 0 deletions

View File

@ -1324,6 +1324,7 @@ void R_RenderPlayerView(player_t *player)
#endif
R_RenderBSPNode((INT32)numnodes - 1);
R_ClipSprites();
R_DrawPlanes();
#ifdef FLOORSPLATS
R_DrawVisibleFloorSplats();