BulletSharpUnity3d icon indicating copy to clipboard operation
BulletSharpUnity3d copied to clipboard

BCollisionObject.SetPositionAndRotation sets position by current transform, instead of parameter.

Open salmelo opened this issue 8 years ago • 0 comments

Line 283 should use position.ToBullet() instead of transform.position.ToBullet()

salmelo avatar Mar 19 '17 17:03 salmelo