From 29ea733ae549fb99055e663f4f99c5c40d172336 Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Wed, 8 Jun 2016 17:53:34 +0100 Subject: [PATCH] Fix sprites in skyboxes not having clipping arrays actually set properly --- src/r_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/r_main.c b/src/r_main.c index e7c37cce9..97d6876e1 100644 --- a/src/r_main.c +++ b/src/r_main.c @@ -1324,6 +1324,7 @@ void R_RenderPlayerView(player_t *player) #endif R_RenderBSPNode((INT32)numnodes - 1); + R_ClipSprites(); R_DrawPlanes(); #ifdef FLOORSPLATS R_DrawVisibleFloorSplats();