summaryrefslogtreecommitdiff
path: root/crates/renderer/src/overlay/model.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/renderer/src/overlay/model.rs')
-rw-r--r--crates/renderer/src/overlay/model.rs2
1 files changed, 1 insertions, 1 deletions
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"),