cargo fmt
This commit is contained in:
parent
751ffb5900
commit
84c5ee7fb2
1 changed files with 7 additions and 2 deletions
|
|
@ -128,8 +128,13 @@ impl Backend {
|
|||
let scaled = transformation
|
||||
* Transformation::scale(scale_factor, scale_factor);
|
||||
|
||||
self.image_pipeline
|
||||
.draw(gl, scaled, scale_factor, &layer.images, bounds);
|
||||
self.image_pipeline.draw(
|
||||
gl,
|
||||
scaled,
|
||||
scale_factor,
|
||||
&layer.images,
|
||||
bounds,
|
||||
);
|
||||
}
|
||||
|
||||
if !layer.text.is_empty() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue