]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/trackpart.h
Store the Transform in TrackPart instead of creating it on the fly
[r2c2.git] / source / libr2c2 / trackpart.h
index e0f3144e3d348f582137079b338390c44f7e09ef..97e76349d138e769c96f23d34cf0dd268121f8a2 100644 (file)
@@ -27,6 +27,7 @@ private:
        bool dead_end;
        TrackPart *links[2];
        Shape *shape;
+       Transform transform;
 
 public:
        TrackPart();