mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 04:02:37 +00:00
Fix skybox bug
This commit is contained in:
parent
9a1ae859bd
commit
0958617ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -852,7 +852,7 @@ void R_SkyboxFrame(player_t *player)
|
|||
{
|
||||
for (i = 1; i <= splitscreen; i++)
|
||||
{
|
||||
if (player == &players[i])
|
||||
if (player == &players[displayplayers[i]])
|
||||
{
|
||||
thiscam = &camera[i];
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue