mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:23:36 +02:00
make updateCollisionCapsule private
This commit is contained in:
parent
ceccc6d6ec
commit
6a9a898b62
1 changed files with 1 additions and 5 deletions
|
@ -1373,11 +1373,6 @@ public slots:
|
|||
*/
|
||||
virtual void setModelScale(float scale) override;
|
||||
|
||||
/**jsdoc
|
||||
* @function MyAvatar.updateCollisionCapsule
|
||||
*/
|
||||
void updateCollisionCapsule();
|
||||
|
||||
signals:
|
||||
|
||||
/**jsdoc
|
||||
|
@ -1510,6 +1505,7 @@ signals:
|
|||
|
||||
private slots:
|
||||
void leaveDomain();
|
||||
void updateCollisionCapsule();
|
||||
|
||||
protected:
|
||||
virtual void beParentOfChild(SpatiallyNestablePointer newChild) const override;
|
||||
|
|
Loading…
Reference in a new issue