Debug off

This commit is contained in:
Keith Whitwell 2006-02-01 18:30:16 +00:00
parent a103097ee5
commit 6a13b6c346

View file

@ -307,8 +307,8 @@ void intel_tex_map_images( struct intel_context *intel,
{
GLuint nr_faces = (intelObj->base.Target == GL_TEXTURE_CUBE_MAP) ? 6 : 1;
GLuint face, i;
_mesa_printf("%s\n", __FUNCTION__);
DBG("%s\n", __FUNCTION__);
for (face = 0; face < nr_faces; face++) {
for (i = intelObj->firstLevel; i < intelObj->lastLevel; i++) {