diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-13 15:30:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-13 15:30:54 +0200 |
commit | 933dd1cbe273f11e1ca02b5dc62b182b27934414 (patch) | |
tree | f2c950cd3247e6abe81aac1805fd8794042325dc /scene/3d/cpu_particles.h | |
parent | 8c11f883d9c96b08d2dd4b6bc72caf0c9d9543c5 (diff) | |
parent | 52dd0f8751b2de72b41f06e637411c9e2a0f9e76 (diff) |
Merge pull request #29683 from akien-mga/cpuparticles-orbit-velocity
Implement missing orbit velocity for CPUParticles and CPUParticles2D
Diffstat (limited to 'scene/3d/cpu_particles.h')
-rw-r--r-- | scene/3d/cpu_particles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/cpu_particles.h b/scene/3d/cpu_particles.h index b863a3cb3f..6a989251f1 100644 --- a/scene/3d/cpu_particles.h +++ b/scene/3d/cpu_particles.h @@ -53,7 +53,7 @@ public: PARAM_INITIAL_LINEAR_VELOCITY, PARAM_ANGULAR_VELOCITY, - //PARAM_ORBIT_VELOCITY, + PARAM_ORBIT_VELOCITY, PARAM_LINEAR_ACCEL, PARAM_RADIAL_ACCEL, PARAM_TANGENTIAL_ACCEL, |