mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +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:
parent
3cb0f3e183
commit
8975dd95fe
1 changed files with 1 additions and 0 deletions
|
@ -752,4 +752,5 @@ Menu_Leave ()
|
|||
}
|
||||
}
|
||||
}
|
||||
r_data->vid->recalc_refdef = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue