mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-26 06:11:01 +00:00
did not mean to remove this line
This commit is contained in:
parent
ba04b045e6
commit
89843d0eca
1 changed files with 1 additions and 0 deletions
|
@ -1515,6 +1515,7 @@ void R_RenderPlayerView(player_t *player)
|
||||||
R_ClipSprites(drawsegs, NULL);
|
R_ClipSprites(drawsegs, NULL);
|
||||||
PS_STOP_TIMING(ps_sw_spritecliptime);
|
PS_STOP_TIMING(ps_sw_spritecliptime);
|
||||||
|
|
||||||
|
|
||||||
// Add skybox portals caused by sky visplanes.
|
// Add skybox portals caused by sky visplanes.
|
||||||
if (cv_skybox.value && skyboxmo[0])
|
if (cv_skybox.value && skyboxmo[0])
|
||||||
Portal_AddSkyboxPortals();
|
Portal_AddSkyboxPortals();
|
||||||
|
|
Loading…
Reference in a new issue