reactphysics3d icon indicating copy to clipboard operation
reactphysics3d copied to clipboard

Update OverlapCallback.h

Open robertocapuano opened this issue 1 year ago • 0 comments

Fix resolves a compilation error on Xcode: copy constructor is needed in line 202, 207.

Return-Value-Optimization is an optimization and doesn't exclude to have a default copy constructor.

robertocapuano avatar Apr 12 '24 18:04 robertocapuano