mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add back R_ApplyViewMorph
This commit is contained in:
parent
23faef24d7
commit
d0bdbff9f9
1 changed files with 5 additions and 0 deletions
|
|
@ -529,6 +529,11 @@ static void D_Display(void)
|
||||||
|
|
||||||
if (rendermode == render_soft)
|
if (rendermode == render_soft)
|
||||||
{
|
{
|
||||||
|
if (! r_splitscreen)
|
||||||
|
{
|
||||||
|
R_ApplyViewMorph();
|
||||||
|
}
|
||||||
|
|
||||||
for (i = 0; i <= r_splitscreen; i++)
|
for (i = 0; i <= r_splitscreen; i++)
|
||||||
{
|
{
|
||||||
if (postimgtype[i])
|
if (postimgtype[i])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue