mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-22 02:04:30 +00:00
Changes the b3GetLinkState function to use numLinks from the SharedMemoryStatus returned from RequestActualState instead of the cached number of link value returned by b3GetNumJoints. The cached value can be outdated when a new body is added and SyncBodyInfo isn't used, while using the value in the status is always up-to-date.
191 KiB
191 KiB