mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 01:26:31 +02:00
make leaveDomain slot private
This commit is contained in:
parent
10f484c668
commit
355b465109
1 changed files with 3 additions and 2 deletions
|
@ -561,8 +561,6 @@ public slots:
|
|||
float getDomainMinScale();
|
||||
float getDomainMaxScale();
|
||||
|
||||
void leaveDomain();
|
||||
|
||||
void setGravity(float gravity);
|
||||
float getGravity();
|
||||
|
||||
|
@ -624,6 +622,9 @@ signals:
|
|||
void attachmentsChanged();
|
||||
void scaleChanged();
|
||||
|
||||
private slots:
|
||||
void leaveDomain();
|
||||
|
||||
private:
|
||||
|
||||
bool requiresSafeLanding(const glm::vec3& positionIn, glm::vec3& positionOut);
|
||||
|
|
Loading…
Reference in a new issue