]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.c
upgraded Image_CopyMux to be able to output constant byte values as well as indexed...
[xonotic/darkplaces.git] / gl_backend.c
index 730ce44b3afc676af660e1ee58767442b3fcfd21..869e338b4a6b609ad5a9e37018136b2a432f1fc8 100644 (file)
@@ -284,8 +284,8 @@ void GL_SetupView_Mode_PerspectiveInfiniteFarClip (double fovx, double fovy, dou
        m[ 7] = 0;
        m[ 8] = 0;
        m[ 9] = 0;
-       m[10] = -1 * nudge;
-       m[11] = -1 * nudge;
+       m[10] = -nudge;
+       m[11] = -1;
        m[12] = 0;
        m[13] = 0;
        m[14] = -2 * zNear * nudge;