Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
angeluriot committed Sep 12, 2023
1 parent 6ec8909 commit f2f53b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shaders/copy.frag
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ out vec4 frag_color;
uniform sampler2D u_texture;

void main()
{

{
frag_color = vec4(texture(u_texture, v_texcoord).rgb, 1.);
}

0 comments on commit f2f53b1

Please sign in to comment.