]> Shamusworld >> Repos - architektonas/blobdiff - src/line.cpp
Fixed loading code, added "Base Unit" dialog.
[architektonas] / src / line.cpp
index 9054bbc8c2bcda9be454356eb552a4e3ab76a423..a3d745aa3da32908a53b3f45c47d6076af07ef24 100644 (file)
@@ -529,12 +529,13 @@ the horizontal line or vertical line that intersects from the current mouse posi
 {
 #warning "!!! This doesn't take care of attached Dimensions !!!"
 /*
-This is a real problem. While having a pointer in the Dimension to this line's points is fast & easy,
-it creates a huge problem when trying to replicate an object like this.
+This is a real problem. While having a pointer in the Dimension to this line's points
+is fast & easy, it creates a huge problem when trying to replicate an object like this.
 
-Maybe a way to fix that then, is to have reference numbers instead of pointers. That way, if you copy
-them, ... you might still have problems. Because you can't be sure if a copy will be persistant or not,
-you then *definitely* do not want them to have the same reference number.
+Maybe a way to fix that then, is to have reference numbers instead of pointers. That
+way, if you copy them, ... you might still have problems. Because you can't be sure if
+a copy will be persistant or not, you then *definitely* do not want them to have the
+same reference number.
 */
        return new Line(position, endpoint, parent);
 }