mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove comments
This commit is contained in:
parent
b8b3c21c89
commit
dbcc654af1
1 changed files with 0 additions and 4 deletions
|
@ -1902,8 +1902,6 @@ void MyAvatar::clearScriptableSettings() {
|
|||
}
|
||||
|
||||
void MyAvatar::setCollisionSoundURL(const QString& url) {
|
||||
qDebug() << "setCollisionSoundURL: " << url << _collisionSoundURL;
|
||||
|
||||
if (url != _collisionSoundURL) {
|
||||
_collisionSoundURL = url;
|
||||
|
||||
|
@ -1985,8 +1983,6 @@ QUrl MyAvatar::getAnimGraphUrl() const {
|
|||
}
|
||||
|
||||
void MyAvatar::setAnimGraphUrl(const QUrl& url) {
|
||||
qDebug() << "setAnimGraphUrl" << url.toString();
|
||||
|
||||
if (QThread::currentThread() != thread()) {
|
||||
QMetaObject::invokeMethod(this, "setAnimGraphUrl", Q_ARG(QUrl, url));
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue