mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
refix
This commit is contained in:
parent
3b581a8dfe
commit
f055711c76
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ glm::vec3 Line3DOverlay::getEnd() const {
|
|||
if (_endParentID != QUuid()) {
|
||||
glm::vec3 localOffset = _direction * _length;
|
||||
bool success;
|
||||
worldEnd = localToWorld(getLocalStart() + localOffset, _endParentID, _endParentJointIndex, success);
|
||||
worldEnd = localToWorld(localOffset, _endParentID, _endParentJointIndex, success);
|
||||
return worldEnd;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue