mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:23:33 +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;
|
delete _sittingPoints;
|
||||||
_sittingPoints = NULL;
|
_sittingPoints = NULL;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
void EntityItemProperties::setSittingPoints(const QVector<SittingPoint>& sittingPoints) {
|
void EntityItemProperties::setSittingPoints(const QVector<SittingPoint>& sittingPoints) {
|
||||||
if (!_sittingPoints) {
|
if (!_sittingPoints) {
|
||||||
|
|
Loading…
Reference in a new issue