mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
match IntVal and FloatVal cases
This commit is contained in:
parent
9ebe767a6a
commit
8a1e38ab5b
2 changed files with 32 additions and 10 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue