engine: client: add simple debugging tool that shows entities number, model and movetype (to be extended)

This commit is contained in:
Alibek Omarov
2024-06-22 08:16:48 +03:00
parent e18b61e041
commit fe3644a417
3 changed files with 69 additions and 1 deletions

View File

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