Typo..
authorAapo Tahkola <aet@rasterburn.org>
Tue, 8 Feb 2005 19:29:05 +0000 (19:29 +0000)
committerAapo Tahkola <aet@rasterburn.org>
Tue, 8 Feb 2005 19:29:05 +0000 (19:29 +0000)
src/mesa/drivers/dri/r300/r300_tex.c

index 7019f1b..6bbfb01 100644 (file)
@@ -999,7 +999,7 @@ static struct gl_texture_object *r300NewTextureObject(GLcontext * ctx,
        if (!obj)
                return NULL;
        obj->MaxAnisotropy = rmesa->initialMaxAnisotropy;
-                       rmesa->initialMaxAnisotropy);
+
        r300AllocTexObj(obj);
        return obj;
 }