]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
nothing to see here, move along...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 24 Aug 2005 06:17:12 +0000 (06:17 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 24 Aug 2005 06:17:12 +0000 (06:17 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5649 d7cf8633-e32d-0410-b094-e92efae38249

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->x = x;
        glt->y = y;
-       glt->y = z;
+       glt->z = z;
        glt->image = image;
 }
 
        glt->image = image;
 }