aboutsummaryrefslogtreecommitdiff
path: root/evc/src/debug.rs
diff options
context:
space:
mode:
Diffstat (limited to 'evc/src/debug.rs')
-rw-r--r--evc/src/debug.rs2
1 files changed, 1 insertions, 1 deletions
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]) => {