From 0a346b8372140b56bf65a6df1c00e2cd6c6cdf86 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 17 Dec 2022 18:01:51 +0100 Subject: small optimizations and info binary --- evc/src/debug.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evc/src/debug.rs') diff --git a/evc/src/debug.rs b/evc/src/debug.rs index 99723b8..c3ea7d0 100644 --- a/evc/src/debug.rs +++ b/evc/src/debug.rs @@ -64,7 +64,7 @@ impl Pixel { pub fn draw_debug(block: &Block, mut target: View<&mut Frame>) { match &block { - Block::Literal(_) => { + Block::Literal(_) | Block::CompressedLiteral(_) => { target.draw_box(Pixel::GREEN); } Block::Split(box [a, b]) => { -- cgit v1.2.3-70-g09d2