]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_textures.c
nothing to see here, move along...
[xonotic/darkplaces.git] / gl_textures.c
index c0493bd86d79740bb9d33885477e47ef4b8c8a81..9c69e2998ada6c4acbb1cd9e4f80ed548b4aed7c 100644 (file)
@@ -992,7 +992,7 @@ static void R_FindImageForTexture(gltexture_t *glt)
 
        glt->x = x;
        glt->y = y;
-       glt->y = z;
+       glt->z = z;
        glt->image = image;
 }