rsx: Remove redundant check

This commit is contained in:
kd-11 2019-11-23 15:11:30 +03:00 committed by kd-11
parent f31233b822
commit 429a76a140

View file

@ -2306,9 +2306,6 @@ namespace rsx
auto old_src_area = src_area;
section_storage_type *cached_src = nullptr;
// If no source exists, a dest texture must exist since format matching should always pass
verify(HERE), dest_texture;
for (const auto &surface : overlapping_surfaces)
{
if (!surface->is_locked())