mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 11:19:54 +02:00
setCollisionModelURL() more symmetric with setURL()
This commit is contained in:
parent
4bebb682dc
commit
3e43859139
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ void Model::setURL(const QUrl& url) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Model::setCollisionModelURL(const QUrl& url) {
|
void Model::setCollisionModelURL(const QUrl& url) {
|
||||||
if (_collisionUrl == url) {
|
if (_collisionUrl == url && _collisionWatcher.getURL() == url) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_collisionUrl = url;
|
_collisionUrl = url;
|
||||||
|
|
Loading…
Reference in a new issue