Skip to content

Commit

Permalink
name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Calendis committed Jun 5, 2024
1 parent 02401cb commit dfd9e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magician/paint/shaders/default.f.glsl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#version 330 core

in vec4 rgba;
in vec4 rgba2;

out vec4 out_col;

void main()
{
out_col = vec4(rgba.x, rgba.y, rgba.z, rgba.w);
out_col = vec4(rgba2.x, rgba2.y, rgba2.z, rgba2.w);
}

0 comments on commit dfd9e5d

Please sign in to comment.