X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fbeamgate.cpp;h=698cb4595ac5fa1091993ad78842b855ee9ca0c6;hb=d41f66805bc9fe0b33e3d46b47f52e67b5782028;hp=ad559120f491c22a45d4c6337bbdce2aab639912;hpb=64d23de66c33d0f77454c3db2e40cccc18f7851b;p=r2c2.git diff --git a/source/libr2c2/beamgate.cpp b/source/libr2c2/beamgate.cpp index ad55912..698cb45 100644 --- a/source/libr2c2/beamgate.cpp +++ b/source/libr2c2/beamgate.cpp @@ -57,6 +57,7 @@ void BeamGate::update_attachment() OrientedPoint p = track.point(); position = p.position; rotation = p.rotation; + tilt = p.tilt; } }