render: make damage visualizer slightly less inefficient
This commit is contained in:
parent
225dda8e5b
commit
e12ececca4
9 changed files with 30 additions and 19 deletions
|
|
@ -544,7 +544,7 @@ impl CpuJob for RenderJob {
|
|||
&staging,
|
||||
data.clone(),
|
||||
Rc::new(rt.data),
|
||||
Region::new2(Rect::new_sized_unchecked(0, 0, rt.width, rt.height)),
|
||||
Region::new(Rect::new_sized_unchecked(0, 0, rt.width, rt.height)),
|
||||
)
|
||||
.map_err(TextError::Upload);
|
||||
if pending.is_ok() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue