mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +02:00
fix mistaken logic-flip in recent PR
This commit is contained in:
parent
051b63503c
commit
9064114ce5
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