We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c9f8d commit 5892ddbCopy full SHA for 5892ddb
scene/2d/cpu_particles_2d.cpp
@@ -1194,8 +1194,6 @@ void CPUParticles2D::_notification(int p_what) {
1194
1195
_refresh_interpolation_state();
1196
1197
- set_physics_process_internal(emitting && _interpolation_data.interpolated_follow);
1198
-
1199
// If we are interpolated following, then reset physics interpolation
1200
// when first appearing. This won't be called by canvas item, as in the
1201
// following mode, is_physics_interpolated() is actually FALSE.
0 commit comments