Remove unnecessary mutable reference in iced_tiny_skia
This commit is contained in:
parent
8129e2c208
commit
1a1da6a1f0
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ impl Pipeline {
|
||||||
};
|
};
|
||||||
|
|
||||||
draw(
|
draw(
|
||||||
&mut self.font_system.get_mut(),
|
self.font_system.get_mut(),
|
||||||
&mut self.glyph_cache,
|
&mut self.glyph_cache,
|
||||||
paragraph.buffer(),
|
paragraph.buffer(),
|
||||||
Rectangle::new(position, paragraph.min_bounds()),
|
Rectangle::new(position, paragraph.min_bounds()),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue