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.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crates/renderer/src/overlay.rs') diff --git a/crates/renderer/src/overlay.rs b/crates/renderer/src/overlay.rs index 40775af..7ccf1f5 100644 --- a/crates/renderer/src/overlay.rs +++ b/crates/renderer/src/overlay.rs @@ -1,3 +1,5 @@ +pub mod asset; + pub mod model; pub mod shader; pub mod drawing; @@ -6,9 +8,8 @@ pub mod tcg; pub mod loopback; pub mod clippy; pub mod combo; -pub mod asset; +pub mod handcam; -use redis::Commands; use teleia::*; use std::f32::consts::PI; @@ -158,7 +159,7 @@ pub struct Overlays { overlays: Vec> } impl Overlays { - pub fn new(ctx: &context::Context, overlays: Vec>) -> Self { + pub fn new(ctx: &context::Context, st: &mut state::State, overlays: Vec>) -> Self { Self { state: State::new(ctx), overlays, -- cgit v1.2.3