summaryrefslogtreecommitdiff
path: root/crates/renderer/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/renderer/src/main.rs')
-rw-r--r--crates/renderer/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/renderer/src/main.rs b/crates/renderer/src/main.rs
index 1e16092..b6103fc 100644
--- a/crates/renderer/src/main.rs
+++ b/crates/renderer/src/main.rs
@@ -32,6 +32,7 @@ pub fn main() -> Erm<()> {
Box::new(overlay::drawing::Overlay::new(ctx)),
Box::new(overlay::irish::Overlay::new(ctx)),
// Box::new(overlay::model::Overlay::new(ctx)),
+ Box::new(overlay::loopback::Overlay::new(ctx)),
])
})?;
},