From 9065f3c9765123f5f5bc503407c493fdb7c79488 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 9 Jun 2026 03:20:53 -0400 Subject: Initial handcam stuff --- crates/renderer/src/overlay/model.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/renderer/src/overlay/model.rs') diff --git a/crates/renderer/src/overlay/model.rs b/crates/renderer/src/overlay/model.rs index 9c4b51b..06140ed 100644 --- a/crates/renderer/src/overlay/model.rs +++ b/crates/renderer/src/overlay/model.rs @@ -12,7 +12,7 @@ pub struct Terminal { model_fb: framebuffer::Framebuffer, } impl Terminal { - pub fn new(ctx: &context::Context) -> Self { + pub fn new(ctx: &context::Context, _st: &mut state::State) -> Self { Self { ost: overlay::State::new(ctx), output: std::io::stdout().into_raw_mode().expect("failed to set raw mode"), -- cgit v1.2.3