Skip to content

Commit ed0e603

Browse files
Updated GPUParticles3D typo on the 2d particle systems page
This sentence is about preferring GPUParticles2D instead of CPUParticles2D. The mention of GPUParticles3D doesn't make sense in the context of the sentence or the page. As such I assumed this to be a type and am submitting a fix to it.
1 parent 78d2ddb commit ed0e603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/2d/particle_systems_2d.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ node properties in CPUParticles2D (with the exception of the trail settings).
3434

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

4040
You can convert a CPUParticles2D node into a GPUParticles2D node by clicking on

0 commit comments

Comments
 (0)