This commit is contained in:
Seth Alves 2018-09-06 09:37:01 -07:00
parent 69ae04ab09
commit 5a0a259c21

View file

@ -240,7 +240,7 @@ QVariant Base3DOverlay::getProperty(const QString& property) {
if (property == "name") {
return _nameLock.resultWithReadLock<QString>([&] {
return _name;
}
});
}
if (property == "position" || property == "start" || property == "p1" || property == "point") {
return vec3toVariant(getWorldPosition());