match IntVal and FloatVal cases

This commit is contained in:
rvcas 2021-02-04 20:44:18 -05:00
parent 9ebe767a6a
commit 8a1e38ab5b
2 changed files with 32 additions and 10 deletions

View file

@ -304,7 +304,13 @@ fn run_event_loop(file_path_opt: Option<&Path>) -> Result<(), Box<dyn Error>> {
)
.unwrap();
render::render_expr2(&size, &expr2, CODE_TXT_XY.into(), &mut glyph_brush);
render::render_expr2(
&arena,
&size,
&expr2,
CODE_TXT_XY.into(),
&mut glyph_brush,
);
}
match draw_all_rects(