mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge pull request #11540 from sethalves/fix-hasCompoundShapeURL
fix mistaken logic-flip in recent PR
This commit is contained in:
commit
f6ff7b3888
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ bool ModelEntityItem::hasModel() const {
|
|||
});
|
||||
}
|
||||
bool ModelEntityItem::hasCompoundShapeURL() const {
|
||||
return _compoundShapeURL.get().isEmpty();
|
||||
return !_compoundShapeURL.get().isEmpty();
|
||||
}
|
||||
|
||||
QString ModelEntityItem::getModelURL() const {
|
||||
|
|
Loading…
Reference in a new issue