mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 03:32:55 +00:00
Fix one more warning
This commit is contained in:
parent
c86ddb3b7d
commit
c4db65cc08
@ -557,7 +557,7 @@ namespace rsx
|
|||||||
ensure(dst_offset.x < child_w && dst_offset.y < child_h);
|
ensure(dst_offset.x < child_w && dst_offset.y < child_h);
|
||||||
|
|
||||||
// TODO: Eventually need to stack all the overlapping regions, but for now just do the latest rect in the space
|
// TODO: Eventually need to stack all the overlapping regions, but for now just do the latest rect in the space
|
||||||
deferred_clipped_region<T*> region;
|
deferred_clipped_region<T*> region{};
|
||||||
region.src_x = src_offset.x;
|
region.src_x = src_offset.x;
|
||||||
region.src_y = src_offset.y;
|
region.src_y = src_offset.y;
|
||||||
region.dst_x = dst_offset.x;
|
region.dst_x = dst_offset.x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user