mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-21 00:21:23 +00:00
Caused by #10297 calling particles_restart() on the same frame as the one set_emitting(false) is called. The rasterizer would wait a frame, and then set emitting back to true.