mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Fix benchmark compilation
This commit is contained in:
committed by
valadaptive
parent
9d8dba48c1
commit
686f0709db
@@ -181,7 +181,7 @@ pub fn criterion_benchmark(c: &mut Criterion) {
|
||||
text_color,
|
||||
wrap_width,
|
||||
);
|
||||
layout(&mut fonts.fonts, job.into(), pixels_per_point)
|
||||
layout(&mut fonts.fonts, pixels_per_point, job.into())
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user