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
I get the access violation error thrown when running the tests. I am sorry if this is not the forum for asking such minor questions, but it is bothering me a lot. When the array is constructed without any capacity, shouldn't they be technically the same?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I was reading through the code of
reactphysics3d
, when I came across the following constructor:Why is
mCapacity
being initialized to0
and notcapacity
? I tried changing to following:I get the access violation error thrown when running the tests. I am sorry if this is not the forum for asking such minor questions, but it is bothering me a lot. When the array is constructed without any
capacity
, shouldn't they be technically the same?Thank you.
The text was updated successfully, but these errors were encountered: