mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 07:37:54 +02:00
re-enable falling-back to default avatar if an avatar's url is bad
This commit is contained in:
parent
75f9626c2d
commit
f91df4997d
1 changed files with 2 additions and 2 deletions
|
@ -925,8 +925,8 @@ void Avatar::setModelURLFinished(bool success) {
|
|||
qDebug() << "Using default after failing to load Avatar model: " << _skeletonModelURL;
|
||||
// call _skeletonModel.setURL, but leave our copy of _skeletonModelURL alone. This is so that
|
||||
// we don't redo this every time we receive an identity packet from the avatar with the bad url.
|
||||
// QMetaObject::invokeMethod(_skeletonModel.get(), "setURL",
|
||||
// Qt::QueuedConnection, Q_ARG(QUrl, AvatarData::defaultFullAvatarModelUrl()));
|
||||
QMetaObject::invokeMethod(_skeletonModel.get(), "setURL",
|
||||
Qt::QueuedConnection, Q_ARG(QUrl, AvatarData::defaultFullAvatarModelUrl()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue