mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-15 18:17:19 +00:00
Conflicts cb3660331a 031665cdf
This commit is contained in:
parent
9d7ec0ab8f
commit
1ce3a7dd56
1 changed files with 7 additions and 3 deletions
10
src/d_main.c
10
src/d_main.c
|
|
@ -286,9 +286,13 @@ static void D_Display(void)
|
|||
if (vid.recalc)
|
||||
SCR_Recalc(); // NOTE! setsizeneeded is set by SCR_Recalc()
|
||||
|
||||
// View morph
|
||||
if (rendermode == render_soft && !splitscreen)
|
||||
R_CheckViewMorph();
|
||||
if (rendermode == render_soft)
|
||||
{
|
||||
for (i = 0; i <= r_splitscreen; ++i)
|
||||
{
|
||||
R_CheckViewMorph(i);
|
||||
}
|
||||
}
|
||||
|
||||
// Change the view size if needed
|
||||
// Set by changing video mode or renderer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue