mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 12:30:11 +01:00
st/mesa: fix indentation in st_copy_texsubimage()
This commit is contained in:
parent
5d67d4fbeb
commit
2972547047
1 changed files with 5 additions and 5 deletions
|
|
@ -1172,11 +1172,11 @@ st_copy_texsubimage(struct gl_context *ctx,
|
|||
return;
|
||||
|
||||
fallback:
|
||||
/* software fallback */
|
||||
fallback_copy_texsubimage(ctx, target, level,
|
||||
strb, stImage, texBaseFormat,
|
||||
destX, destY, destZ,
|
||||
srcX, srcY, width, height);
|
||||
/* software fallback */
|
||||
fallback_copy_texsubimage(ctx, target, level,
|
||||
strb, stImage, texBaseFormat,
|
||||
destX, destY, destZ,
|
||||
srcX, srcY, width, height);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue