summaryrefslogtreecommitdiff
path: root/crates/renderer/src/overlay/irish.rs
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-11-06 18:01:09 -0500
committerLLLL Colonq <llll@colonq>2025-11-06 18:01:09 -0500
commit0e8b1dded85602aa2dc15f27c3c89800e4c3402b (patch)
treec54f665b7dca44972a243d3f70b80d1de39b926b /crates/renderer/src/overlay/irish.rs
parentaff8a500d2807187cdb6c3fa3d58206fad5dd9a1 (diff)
Update
Diffstat (limited to 'crates/renderer/src/overlay/irish.rs')
-rw-r--r--crates/renderer/src/overlay/irish.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/renderer/src/overlay/irish.rs b/crates/renderer/src/overlay/irish.rs
index 6cf3d52..d2ee909 100644
--- a/crates/renderer/src/overlay/irish.rs
+++ b/crates/renderer/src/overlay/irish.rs
@@ -3,7 +3,7 @@ use teleia::*;
use lexpr::sexp;
use base64::prelude::*;
-use crate::{fig, overlay, toggle};
+use crate::{fig, overlay};
pub const WIDTH: f32 = 500.0;
pub const HEIGHT: f32 = 700.0;
@@ -102,7 +102,7 @@ impl overlay::Overlay for Overlay {
st.bind_2d(ctx, &self.shader);
self.fb.bind_texture(ctx);
self.shader.set_position_2d(
- ctx,
+ ctx, st,
&glam::Vec2::new(1000.0, 200.0),
&glam::Vec2::new(WIDTH, HEIGHT)
);