Merge pull request #55688 from godotengine/revert-54733-particles-emit-old-location

This commit is contained in:
Rémi Verschelde 2021-12-07 10:56:17 +01:00 committed by GitHub
commit 04a9d2edb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -6142,9 +6142,6 @@ void RasterizerStorageGLES3::particles_set_emitting(RID p_particles, bool p_emit
Particles *particles = particles_owner.getornull(p_particles);
ERR_FAIL_COND(!particles);
if (p_emitting && !particles->emitting) {
particles_request_process(p_particles);
}
particles->emitting = p_emitting;
}