mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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) {
|
||||
if (_collisionUrl == url) {
|
||||
if (_collisionUrl == url && _collisionWatcher.getURL() == url) {
|
||||
return;
|
||||
}
|
||||
_collisionUrl = url;
|
||||
|
|
Loading…
Reference in a new issue