Skip to content

Commit

Permalink
Fixed pointcloud event listening error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanJansson committed May 26, 2017
1 parent 8e77bb1 commit 6b25882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class PointCloud : MonoBehaviour
/// <summary>
/// Initialization
/// </summary>
void Start()
void Awake()
{
particleSystemIdMap = new Dictionary<int, ParticleSystem>();
pointCloudBase = GameObject.FindGameObjectWithTag("PointCloudBase");
Expand Down

0 comments on commit 6b25882

Please sign in to comment.