- r_polyrenderer now notifies the gamesim on change of new pitch limits.

This commit is contained in:
Rachael Alexanderson 2016-12-05 16:05:33 -05:00
parent 113cdb8466
commit caa0deec10

View file

@ -56,6 +56,12 @@ CUSTOM_CVAR(Bool, r_polyrenderer, 0, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOI
{
Printf("No GL BSP detected. You must restart the map before rendering will be correct\n");
}
if (usergame)
{
// [SP] Update pitch limits to the netgame/gamesim.
players[consoleplayer].SendPitchLimits();
}
}
namespace swrenderer