intel: Fix failure to commit -a --amend before last push.

This commit is contained in:
Eric Anholt 2009-08-19 09:30:47 -07:00
parent a70e131584
commit 29e51c3872

View file

@ -203,7 +203,7 @@ GLboolean brw_miptree_layout(struct intel_context *intel,
* it safe.
*/
if (mt->target == GL_TEXTURE_CUBE_MAP)
total_height += 2;
mt->total_height += 2;
break;
}