mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 01:59:59 +02:00
Fix for incorrectly scaled avatar collision on startup
This commit is contained in:
parent
52a850662c
commit
a0d72f08ac
1 changed files with 1 additions and 0 deletions
|
@ -2251,6 +2251,7 @@ void MyAvatar::restrictScaleFromDomainSettings(const QJsonObject& domainSettings
|
|||
}
|
||||
|
||||
setScale(glm::vec3(_targetScale));
|
||||
rebuildCollisionShape();
|
||||
settings.endGroup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue