diff options
Diffstat (limited to 'src/video_core/texture_cache')
| -rw-r--r-- | src/video_core/texture_cache/texture_cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/texture_cache/texture_cache.h b/src/video_core/texture_cache/texture_cache.h index b708e41b5..630c73005 100644 --- a/src/video_core/texture_cache/texture_cache.h +++ b/src/video_core/texture_cache/texture_cache.h | |||
| @@ -1726,9 +1726,7 @@ void TextureCache<P>::CopyImage(ImageId dst_id, ImageId src_id, std::vector<Imag | |||
| 1726 | }; | 1726 | }; |
| 1727 | for (auto& copy : copies) { | 1727 | for (auto& copy : copies) { |
| 1728 | copy.src_offset.x = scale_up(copy.src_offset.x); | 1728 | copy.src_offset.x = scale_up(copy.src_offset.x); |
| 1729 | |||
| 1730 | copy.dst_offset.x = scale_up(copy.dst_offset.x); | 1729 | copy.dst_offset.x = scale_up(copy.dst_offset.x); |
| 1731 | |||
| 1732 | copy.extent.width = scale_up(copy.extent.width); | 1730 | copy.extent.width = scale_up(copy.extent.width); |
| 1733 | if (both_2d) { | 1731 | if (both_2d) { |
| 1734 | copy.src_offset.y = scale_up(copy.src_offset.y); | 1732 | copy.src_offset.y = scale_up(copy.src_offset.y); |