mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
update line render transform on end edit
This commit is contained in:
parent
03b46c5e62
commit
55ba093f09
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ void Line3DOverlay::setEnd(const glm::vec3& end) {
|
|||
} else {
|
||||
_direction = glm::vec3(0.0f);
|
||||
}
|
||||
notifyRenderTransformChange();
|
||||
}
|
||||
|
||||
void Line3DOverlay::setLocalEnd(const glm::vec3& localEnd) {
|
||||
|
|
Loading…
Reference in a new issue