This commit is contained in:
parent
0543c8b3f1
commit
fa892558f1
4 changed files with 22 additions and 16 deletions
|
|
@ -164,9 +164,7 @@ impl ImageProcessingPipeline {
|
|||
let result = (width, height);
|
||||
trace!(
|
||||
"scaling {:?} to {:?} to fit {:?}",
|
||||
source,
|
||||
result,
|
||||
self.render_size
|
||||
source, result, self.render_size
|
||||
);
|
||||
result
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue