mirror of
https://github.com/ENSL/NS.git
synced 2025-01-22 01:01:17 +00:00
removal of spectator UI letterboxing / inset
This commit is contained in:
parent
31801e3ecd
commit
5df731361d
1 changed files with 9 additions and 9 deletions
|
@ -1913,16 +1913,16 @@ void V_CalcSpectatorRefdef ( struct ref_params_s * pparams )
|
|||
}
|
||||
*/
|
||||
|
||||
if (g_iUser1)
|
||||
{
|
||||
// if (g_iUser1)
|
||||
// {
|
||||
|
||||
// Adjust the viewport so that the letterbox spectator mode
|
||||
// doesn't cut anything off.
|
||||
|
||||
pparams->viewport[1] += YRES(32);
|
||||
pparams->viewport[3] -= YRES(32 * 2);
|
||||
|
||||
}
|
||||
// // Adjust the viewport so that the letterbox spectator mode
|
||||
// // doesn't cut anything off.
|
||||
//
|
||||
// pparams->viewport[1] += YRES(32);
|
||||
//pparams->viewport[3] -= YRES(32 * 2);
|
||||
//
|
||||
// }
|
||||
|
||||
if ( gHUD.m_Spectator.IsInOverviewMode())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue