]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
Serious-Sam style crosshair (an actual sprite in the world, with slight variation...
[xonotic/darkplaces.git] / gl_rmain.c
index 9b11c9120ec62e629107253aad38bb9f6a0fdf87..6c7deedefa65cd364bf325248b2e47cbf4c6cfde 100644 (file)
@@ -637,6 +637,9 @@ void R_RenderView (void)
        R_BlendView();
        R_TimeReport("blendview");
 
+       R_DrawCrosshair();
+       R_TimeReport("crosshair");
+
        // render any queued meshs
        R_Mesh_Finish();
        R_TimeReport("meshfinish");