From: Aapo Tahkola Date: Tue, 8 Feb 2005 19:29:05 +0000 (+0000) Subject: Typo.. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e4a7581df02f08edfee180383068cfeaad85dd3;p=mesa.git Typo.. --- diff --git a/src/mesa/drivers/dri/r300/r300_tex.c b/src/mesa/drivers/dri/r300/r300_tex.c index 7019f1b75c0..6bbfb01023a 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; }