mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Fix BulletSoftBodyControl compilation
This commit is contained in:
parent
7b7a7874d8
commit
3b33710fbf
@ -42,6 +42,7 @@
|
||||
bulletShape.h bulletShape.I \
|
||||
bulletSliderConstraint.h bulletSliderConstraint.I \
|
||||
bulletSoftBodyConfig.h bulletSoftBodyConfig.I \
|
||||
bulletSoftBodyControl.h bulletSoftBodyControl.I \
|
||||
bulletSoftBodyMaterial.h bulletSoftBodyMaterial.I \
|
||||
bulletSoftBodyNode.h bulletSoftBodyNode.I \
|
||||
bulletSoftBodyShape.h bulletSoftBodyShape.I \
|
||||
@ -90,6 +91,7 @@
|
||||
bulletShape.cxx \
|
||||
bulletSliderConstraint.cxx \
|
||||
bulletSoftBodyConfig.cxx \
|
||||
bulletSoftBodyControl.cxx \
|
||||
bulletSoftBodyMaterial.cxx \
|
||||
bulletSoftBodyNode.cxx \
|
||||
bulletSoftBodyShape.cxx \
|
||||
@ -138,6 +140,7 @@
|
||||
bulletShape.h bulletShape.I \
|
||||
bulletSliderConstraint.h bulletSliderConstraint.I \
|
||||
bulletSoftBodyConfig.h bulletSoftBodyConfig.I \
|
||||
bulletSoftBodyControl.h bulletSoftBodyControl.I \
|
||||
bulletSoftBodyMaterial.h bulletSoftBodyMaterial.I \
|
||||
bulletSoftBodyNode.h bulletSoftBodyNode.I \
|
||||
bulletSoftBodyShape.h bulletSoftBodyShape.I \
|
||||
|
@ -30,7 +30,7 @@ class EXPCL_PANDABULLET BulletSoftBodyControl : public btSoftBody::AJoint::ICont
|
||||
|
||||
PUBLISHED:
|
||||
BulletSoftBodyControl();
|
||||
~BulletSoftBodyControl();
|
||||
virtual ~BulletSoftBodyControl();
|
||||
|
||||
// Motor
|
||||
INLINE void set_goal(PN_stdfloat goal);
|
||||
|
Loading…
x
Reference in New Issue
Block a user