Skip to content

Commit

Permalink
workaround for angle project issue 7245, safari, iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jordo committed Aug 24, 2022
1 parent 2960d29 commit 1ed1a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gles3/shaders/particles.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ VERTEX_SHADER_CODE

xform = transpose(xform);

out_velocity_active.a = mix(0.0, 1.0, shader_active);
out_velocity_active.a = float(shader_active);

out_xform_1 = xform[0];
out_xform_2 = xform[1];
Expand Down

0 comments on commit 1ed1a30

Please sign in to comment.