]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/View.qc
Another tiny alignment I missed
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / View.qc
index d2268ed58a32bb6e4d329f432ba28c84a52c33c7..ed1f303e2fafe11c4830f5ccc787b768fbabeb81 100644 (file)
@@ -565,10 +565,10 @@ void CSQC_UpdateView(float w, float h)
 
        if(cvar("cl_reticle_stretch"))
        {
-               reticle_pos_x = 0;
-               reticle_pos_y = 0;
                reticle_size_x = vid_conwidth;
                reticle_size_y = vid_conheight;
+               reticle_pos_x = 0;
+               reticle_pos_y = 0;
        }
        else
        {