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
rayCast() isn't resetting all of its properties correctly, leading to some callbacks not working properly. This is fixed in jslib/physics2ddevice.js by adding callback.minShape = null; to line 7243. I'm not sure what the TypeScript fix is.
The text was updated successfully, but these errors were encountered:
rayCast() isn't resetting all of its properties correctly, leading to some callbacks not working properly. This is fixed in
jslib/physics2ddevice.js
by addingcallback.minShape = null;
to line 7243. I'm not sure what the TypeScript fix is.The text was updated successfully, but these errors were encountered: