fix: incorrect position of world space trail particles

close #209
pull/225/head
mob-sakai 2022-06-28 00:20:37 +09:00
parent 8034228713
commit fb7f308f09
1 changed files with 0 additions and 8 deletions

View File

@ -461,14 +461,6 @@ namespace Coffee.UIExtensions
_prewarm = false;
}
// Normal simulation for non-scaling or local spacing.
var isScaling = scale != Vector3.one;
if (!isScaling || _particleSystem.GetActualSimulationSpace() == ParticleSystemSimulationSpace.Local)
{
_particleSystem.Simulate(deltaTime, false, false, false);
return;
}
// Emitted particles found.
if (_prevParticleCount != _particleSystem.particleCount)
{