summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2005-02-08 19:29:05 +0000
committerAapo Tahkola <aet@rasterburn.org>2005-02-08 19:29:05 +0000
commit5e4a7581df02f08edfee180383068cfeaad85dd3 (patch)
treef698f3b5f8ca01efb9e22a4294e0620386908526
parent6a04cff065c9a28495fe515fb5d9cd159d53de71 (diff)
Typo..
-rw-r--r--src/mesa/drivers/dri/r300/r300_tex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_tex.c b/src/mesa/drivers/dri/r300/r300_tex.c
index 7019f1b75c..6bbfb01023 100644
--- a/src/mesa/drivers/dri/r300/r300_tex.c
+++ b/src/mesa/drivers/dri/r300/r300_tex.c
@@ -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;
}