diff options
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_tex.c | 2 |
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; } |