[Vulkan] Fix a PrepareResolve call the last commit forgot.

This commit is contained in:
gibbed 2018-05-18 18:37:59 -05:00
parent 191dc30bee
commit 16e33cf123
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ bool VulkanCommandProcessor::IssueCopy() {
// Demand a resolve texture from the texture cache.
TextureInfo texture_info;
TextureInfo::PrepareResolve(copy_dest_base, copy_dest_format, resolve_endian,
dest_logical_width,
copy_dest_pitch, dest_logical_width,
std::max(1u, dest_logical_height), &texture_info);
auto texture = texture_cache_->DemandResolveTexture(texture_info);