0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-23 10:01:13 +00:00

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;
}