Update tutorials/2d/particle_systems_2d.rst

This commit is contained in:
Matthew
2026-08-23 10:38:19 -04:00
committed by GitHub
parent e29dbd2deb
commit 7543d4d2bd

View File

@@ -231,7 +231,7 @@ simulated every rendered frame.
with the **Interpolate** property on GPUParticles2D.
As a workaround, disable physics interpolation for the particles node by
setting **Node > Physics Interpolation > Mode** at the bottom of the
setting :menu:`Node > Physics Interpolation > Mode` at the bottom of the
inspector, or convert the node to CPUParticles2D which supports
physics interpolation.