mirror of
https://github.com/godotengine/godot.git
synced 2024-11-29 23:53:08 +00:00
Merge pull request #64811 from winterpixelgames/fix/safari-particles-fix
workaround for angle project issue 7245, safari, iOS
This commit is contained in:
commit
b76416a90e
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user