diff options
| author | LLLL Colonq <llll@colonq> | 2024-04-02 12:54:43 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-04-02 12:54:43 -0400 |
| commit | 17eb85df48b64dd9d391cad28f58355e05ed2855 (patch) | |
| tree | 3d997324d3efc1cefc82861e058ca8badbe4dc16 /src/state.rs | |
| parent | dd7f375f67251467e9799961428f87258df7282f (diff) | |
Update
Diffstat (limited to 'src/state.rs')
| -rw-r--r-- | src/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
