mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Fix sprites in skyboxes not having clipping arrays actually set properly
This commit is contained in:
parent
6bf40b8f40
commit
29ea733ae5
1 changed files with 1 additions and 0 deletions
|
@ -1324,6 +1324,7 @@ void R_RenderPlayerView(player_t *player)
|
|||
#endif
|
||||
|
||||
R_RenderBSPNode((INT32)numnodes - 1);
|
||||
R_ClipSprites();
|
||||
R_DrawPlanes();
|
||||
#ifdef FLOORSPLATS
|
||||
R_DrawVisibleFloorSplats();
|
||||
|
|
Loading…
Reference in a new issue