]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/beamgate.cpp
Use the tilt member in OrientedPoint in certain objects
[r2c2.git] / source / libr2c2 / beamgate.cpp
index ad559120f491c22a45d4c6337bbdce2aab639912..698cb4595ac5fa1091993ad78842b855ee9ca0c6 100644 (file)
@@ -57,6 +57,7 @@ void BeamGate::update_attachment()
                OrientedPoint p = track.point();
                position = p.position;
                rotation = p.rotation;
+               tilt = p.tilt;
        }
 }