This commit is contained in:
Aapo Tahkola
2005-02-08 19:29:05 +00:00
parent 6a04cff065
commit 5e4a7581df
+1 -1
View 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;
}