From 17eb85df48b64dd9d391cad28f58355e05ed2855 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 2 Apr 2024 12:54:43 -0400 Subject: Update --- src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.rs') diff --git a/src/state.rs b/src/state.rs index 90ad25c..d2b9bad 100644 --- a/src/state.rs +++ b/src/state.rs @@ -143,7 +143,7 @@ impl State { pub fn bind_3d(&mut self, ctx: &context::Context, shader: &shader::Shader) { shader.bind(ctx); - shader.set_mat4(&ctx, "projection", &self.projection); + shader.set_mat4(ctx, "projection", &self.projection); shader.set_mat4(ctx, "view", &self.view()); shader.set_vec3( ctx, "light_ambient_color", -- cgit v1.2.3