Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/2d/particle_systems_2d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ node properties in CPUParticles2D (with the exception of the trail settings).

Going forward there are no plans to add new features to CPUParticles2D, though
pull requests to add features already in GPUParticles2D will be accepted. For
that reason we recommend using GPUParticles3D unless you have an explicit reason
that reason we recommend using GPUParticles2D unless you have an explicit reason
not to.

You can convert a CPUParticles2D node into a GPUParticles2D node by clicking on
Expand Down
Loading