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
Spent awhile tracking this one down, but the component allocation code only copies sizeof(bool) * mNbComponents instead of sizeof(decimal) for mSleepTimes
Spent awhile tracking this one down, but the component allocation code only copies
sizeof(bool) * mNbComponents
instead ofsizeof(decimal)
formSleepTimes
https://github.com/DanielChappuis/reactphysics3d/blob/master/src/components/RigidBodyComponents.cpp#L101
memcpy(newSleepTimes, mSleepTimes, mNbComponents * sizeof(bool));
The text was updated successfully, but these errors were encountered: