]> Shamusworld >> Repos - architektonas/blobdiff - src/line.h
Readded click to add dimension to object (for Line).
[architektonas] / src / line.h
index 0ad264cd1f2debc38a08dabe68cf654bd59a78ab..70bf39861b41bf39817c16f5ee55e442419698a7 100644 (file)
@@ -50,7 +50,9 @@ class Line: public Object
                bool objectWasDragged;
                double length;
                Vector angle;
+       public:
                bool hitPoint1, hitPoint2, hitLine;
+       private:
                bool oldHitPoint1, oldHitPoint2, oldHitLine;
 };