Skip to content
Snippets Groups Projects
Commit 29ea733a authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Fix sprites in skyboxes not having clipping arrays actually set properly

parent 6bf40b8f
No related branches found
No related tags found
No related merge requests found
...@@ -1324,6 +1324,7 @@ void R_RenderPlayerView(player_t *player) ...@@ -1324,6 +1324,7 @@ void R_RenderPlayerView(player_t *player)
#endif #endif
R_RenderBSPNode((INT32)numnodes - 1); R_RenderBSPNode((INT32)numnodes - 1);
R_ClipSprites();
R_DrawPlanes(); R_DrawPlanes();
#ifdef FLOORSPLATS #ifdef FLOORSPLATS
R_DrawVisibleFloorSplats(); R_DrawVisibleFloorSplats();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment