Skip to content

Commit

Permalink
Fix stupidity
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbian committed May 26, 2014
1 parent 48829f0 commit b380d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ModelMultiParticlePersistFX.cs
Expand Up @@ -406,6 +406,7 @@ public void FixedUpdate()
: persistentKspParticleEmitter.pe.transform.InverseTransformPoint(pPos);
}
}
particles[j] = particle;
}
activePhysicsPass = ++activePhysicsPass % physicsPass;
persistentKspParticleEmitter.pe.pe.particles = particles;
Expand Down

0 comments on commit b380d33

Please sign in to comment.