Add back R_ApplyViewMorph

This commit is contained in:
James R 2020-09-23 00:10:01 -07:00
parent 23faef24d7
commit d0bdbff9f9

View file

@ -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])