From 0e8b1dded85602aa2dc15f27c3c89800e4c3402b Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 6 Nov 2025 18:01:09 -0500 Subject: Update --- crates/renderer/src/overlay/model.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 26c06bf..9714f09 100644 --- a/crates/renderer/src/overlay/model.rs +++ b/crates/renderer/src/overlay/model.rs @@ -42,7 +42,7 @@ impl teleia::state::Game for Terminal { ctx.clear(); st.bind_3d(ctx, &self.ost.assets.shader_scene); self.ost.assets.shader_scene.set_position_3d( - ctx, + ctx, st, &glam::Mat4::from_translation( glam::Vec3::new(0.0, -1.63, 0.42), ), @@ -109,7 +109,7 @@ impl overlay::Overlay for Overlay { ctx.clear(); st.bind_3d(ctx, &ost.assets.shader_scene); ost.assets.shader_scene.set_position_3d( - ctx, + ctx, st, &glam::Mat4::from_translation( glam::Vec3::new(0.0, -1.63, 0.42), ), -- cgit v1.2.3