mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Fixed copy&past error in Bullet spherical constraint (detected by consultit).
This commit is contained in:
parent
1d25aefd0b
commit
830fbcde1f
@ -84,7 +84,7 @@ void BulletSphericalConstraint::
|
||||
set_pivot_b(const LPoint3 &pivot_b) {
|
||||
|
||||
nassertv(!pivot_b.is_nan());
|
||||
_constraint->setPivotA(LVecBase3_to_btVector3(pivot_b));
|
||||
_constraint->setPivotB(LVecBase3_to_btVector3(pivot_b));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user