diff options
author | Aapo Tahkola <[email protected]> | 2005-02-08 19:29:05 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2005-02-08 19:29:05 +0000 |
commit | 5e4a7581df02f08edfee180383068cfeaad85dd3 (patch) | |
tree | f698f3b5f8ca01efb9e22a4294e0620386908526 /src/mesa/drivers | |
parent | 6a04cff065c9a28495fe515fb5d9cd159d53de71 (diff) |
Typo..
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 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; } |