mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
intel: Fix failure to commit -a --amend before last push.
This commit is contained in:
parent
a70e131584
commit
29e51c3872
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue