Browse Source

Added missing assignment

readme
Nico de Poel 5 years ago
parent
commit
15612f7d1c
  1. 1
      Assets/Scripts/Support/ParticleTrailController.cs

1
Assets/Scripts/Support/ParticleTrailController.cs

@ -11,6 +11,7 @@ public class ParticleTrailController : MonoBehaviour
public void Initialize(ParticleSystem effect, ParticleTrail type, int interval) public void Initialize(ParticleSystem effect, ParticleTrail type, int interval)
{ {
this.effect = effect;
this.type = type; this.type = type;
var main = effect.main; var main = effect.main;

Loading…
Cancel
Save