Particles stopped working on Godot master

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Guy Bashan

I have 2 scenes with particles. Both of them stopped working after switching to the latest Godot on Github (master).

Here is the error that I get when switching to the particles scene:

 scene/3d/particles.cpp:218 - Index p_pass=1 out of size (draw_passes.size()=1)
 scene/3d/particles.cpp:218 - Index p_pass=2 out of size (draw_passes.size()=1)
 scene/3d/particles.cpp:218 - Index p_pass=3 out of size (draw_passes.size()=1)