You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The b2CastOutput function now takes two b2Vec instances, rayPoint and rayNormal. These are now passed in from locally cached values where-ever b2ShapeCast is called. This prevents a crash when b2TransformPoint is called on the output.point which was previously null.