st/mesa: substitute argument to guess_base_level_size() call
stObj->base.BaseLevel and firstImage->base.Level have the same value but the later looks more consistent in the function call.
This commit is contained in:
@@ -1707,7 +1707,7 @@ st_finalize_texture(struct gl_context *ctx,
|
||||
firstImage->base.Width2,
|
||||
firstImage->base.Height2,
|
||||
firstImage->base.Depth2,
|
||||
stObj->base.BaseLevel,
|
||||
firstImage->base.Level,
|
||||
&width, &height, &depth)) {
|
||||
width = stObj->width0;
|
||||
height = stObj->height0;
|
||||
|
||||
Reference in New Issue
Block a user