]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
static crosshair is now drawn during sbar stage (where it should be), fixes the bug...
[xonotic/darkplaces.git] / gl_rmain.c
index a0152b15b96706fad3367d1e06b8b1250ef15c60..5552b0cb0140034245e448b2e14ef2e81c61b5d0 100644 (file)
@@ -696,7 +696,7 @@ void R_RenderView (void)
        R_DrawCoronas();
        R_TimeReport("coronas");
 
-       R_DrawCrosshair();
+       R_DrawWorldCrosshair();
        R_TimeReport("crosshair");
 
        R_BlendView();