mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 19:10:01 +02:00
make SkeletonRagdoll::updateMuscles() protected
This commit is contained in:
parent
fe5f9f8fe5
commit
3e2095332f
1 changed files with 2 additions and 0 deletions
|
@ -33,7 +33,9 @@ public:
|
|||
virtual void initPoints();
|
||||
virtual void buildConstraints();
|
||||
|
||||
protected:
|
||||
void updateMuscles();
|
||||
|
||||
private:
|
||||
Model* _model;
|
||||
QVector<MuscleConstraint*> _muscleConstraints;
|
||||
|
|
Loading…
Reference in a new issue