Merge pull request #64811 from winterpixelgames/fix/safari-particles-fix

workaround for angle project issue 7245, safari, iOS
This commit is contained in:
Rémi Verschelde 2022-08-24 20:07:12 +02:00 committed by GitHub
commit b76416a90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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];