mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-02 00:42:08 +00:00
- r_polyrenderer now notifies the gamesim on change of new pitch limits.
This commit is contained in:
parent
113cdb8466
commit
caa0deec10
1 changed files with 6 additions and 0 deletions
|
@ -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");
|
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
|
namespace swrenderer
|
||||||
|
|
Loading…
Reference in a new issue