mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
set name to Default when using default url
This commit is contained in:
parent
1a463a0256
commit
50479d5d5e
1 changed files with 1 additions and 1 deletions
|
@ -4258,7 +4258,7 @@ void Application::checkSkeleton() {
|
|||
msgBox.setIcon(QMessageBox::Warning);
|
||||
msgBox.exec();
|
||||
|
||||
_myAvatar->useBodyURL(DEFAULT_BODY_MODEL_URL);
|
||||
_myAvatar->useBodyURL(DEFAULT_BODY_MODEL_URL, "Default");
|
||||
} else {
|
||||
_myAvatar->updateCharacterController();
|
||||
_physicsEngine.setCharacterController(_myAvatar->getCharacterController());
|
||||
|
|
Loading…
Reference in a new issue