Avindr / MxM-IssueTracking

7 stars 0 forks source link

Crash in builds with Native Array on Trajectory Generator #146

Closed Avindr closed 2 years ago

Avindr commented 2 years ago

image

Avindr commented 2 years ago

I've added a check to 'UpdatePrediction()' for the values of p_trajPositions.Length == 0 || p_trajPositions.Length == 0

The function will now return early if either one of these is true.