mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
LP-29 update GeoTransform position when scene or clamping changed
This commit is contained in:
parent
54f0ac2410
commit
c230e8002d
@ -225,7 +225,7 @@ void OSGGeoTransformNode::updateNode()
|
||||
if (isDirty(Clamp)) {
|
||||
// do nothing...
|
||||
}
|
||||
if (isDirty(Position)) {
|
||||
if (isDirty(Scene | Clamp | Position)) {
|
||||
h->updatePosition();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user