Fixes issues #1436

This commit is contained in:
Grant Sanderson 2021-06-14 09:55:40 -07:00
parent 1c2942798e
commit b4b4d39ec5

View file

@ -9,5 +9,5 @@ out vec4 frag_color;
void main() {
frag_color = texture(Texture, v_im_coords);
frag_color.a = v_opacity;
frag_color.a *= v_opacity;
}