Recalculate the refdef when leaving a menu.

A tad brute force, but this should fix the status bar not refreshing when
exiting the menus.
This commit is contained in:
Bill Currie 2013-01-16 15:40:47 +09:00
parent 3cb0f3e183
commit 8975dd95fe

View file

@ -752,4 +752,5 @@ Menu_Leave ()
}
}
}
r_data->vid->recalc_refdef = true;
}