mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-16 06:06:08 +00:00
Inline redundant variable
This commit is contained in:
parent
4a6888d3b2
commit
7e54b3484b
@ -87,12 +87,10 @@ impl TextRenderer {
|
||||
|
||||
buffer.shape_until_scroll(&mut self.font_system, false);
|
||||
|
||||
let top = 0.;
|
||||
|
||||
let text_areas = [glyphon::TextArea {
|
||||
buffer: &buffer,
|
||||
left: 0.,
|
||||
top,
|
||||
top: 0.,
|
||||
scale: self.scale_factor,
|
||||
bounds: glyphon::TextBounds {
|
||||
left: 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user