client: add cl_showpos

This commit is contained in:
Alibek Omarov
2021-03-07 00:03:19 +03:00
parent e77957bc81
commit a813be7d54
3 changed files with 39 additions and 0 deletions

View File

@@ -475,6 +475,7 @@ void V_PostRender( void )
{
SCR_RSpeeds();
SCR_NetSpeeds();
SCR_DrawPos();
SCR_DrawNetGraph();
SV_DrawOrthoTriangles();
CL_DrawDemoRecording();