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
|
let scaled = transformation
|
||||||
* Transformation::scale(scale_factor, scale_factor);
|
* Transformation::scale(scale_factor, scale_factor);
|
||||||
|
|
||||||
self.image_pipeline
|
self.image_pipeline.draw(
|
||||||
.draw(gl, scaled, scale_factor, &layer.images, bounds);
|
gl,
|
||||||
|
scaled,
|
||||||
|
scale_factor,
|
||||||
|
&layer.images,
|
||||||
|
bounds,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if !layer.text.is_empty() {
|
if !layer.text.is_empty() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue