Closed tgolsson closed 1 year ago
Fixes #180
@rlidwka Correct analysis indeed, Physx internally decrements the ref count so no need for our wrappers to do so -- that leads to decrementing the ref-count twice. Do you have a bigger context where you'd be able to try this and ensure it now works?
Do you have a bigger context where you'd be able to try this and ensure it now works?
I've tried it, and I'm pretty sure this solution works.
Thanks! Will try to get a release done next week.
Fixes #180
@rlidwka Correct analysis indeed, Physx internally decrements the ref count so no need for our wrappers to do so -- that leads to decrementing the ref-count twice. Do you have a bigger context where you'd be able to try this and ensure it now works?