mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
feedback
This commit is contained in:
parent
4ec70041cc
commit
47ba32e95e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ EntityItemProperties::~EntityItemProperties() {
|
|||
delete _sittingPoints;
|
||||
_sittingPoints = NULL;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
void EntityItemProperties::setSittingPoints(const QVector<SittingPoint>& sittingPoints) {
|
||||
if (!_sittingPoints) {
|
||||
|
|
Loading…
Reference in a new issue