mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-16 18:18:19 +02:00
dammit
This commit is contained in:
parent
69ae04ab09
commit
5a0a259c21
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue