Skip to content

Commit

Permalink
Remove a sneaky static
Browse files Browse the repository at this point in the history
  • Loading branch information
VReaperV committed Jan 27, 2025
1 parent f42e0b4 commit b1d7d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/renderer/gl_shader.h
Original file line number Diff line number Diff line change
Expand Up @@ -2757,7 +2757,7 @@ class u_TextureMatrix :
{
/* We only actually need these 6 components to get the correct texture transformation,
the other ones are unused */
static vec_t m2[6];
vec_t m2[6];
m2[0] = m[0];
m2[1] = m[1];
m2[2] = m[4];
Expand Down

0 comments on commit b1d7d2e

Please sign in to comment.