reactphysics3d icon indicating copy to clipboard operation
reactphysics3d copied to clipboard

Fix RaycastInfo contructors

Open tay10r opened this issue 2 years ago • 0 comments

No reason to have copy constructor or other constructors deleted for this class.

Since these constraints prevent me from passing an instance of this class to other functions, I'd like for them to be removed.

I've made the copy constructor explicit, in case there is a worry of accidentally making an unnecessary copy.

tay10r avatar Apr 29 '22 14:04 tay10r