]> Shamusworld >> Repos - architektonas/blobdiff - src/line.cpp
Preliminary start on zooming/circle hover feedback.
[architektonas] / src / line.cpp
index 06fbbc6a28cfe7cffecc8169e0069a58c369828c..7f04a1989e25f17f0328ff0e1c0147408c23883b 100644 (file)
@@ -86,8 +86,7 @@ Line::~Line()
 
 /*virtual*/ bool Line::Collided(Vector point)
 {
-// Can't assume this!
-// Actually, we can, since this is a mouse down event here.
+       // We can assume this, since this is a mouse down event here.
        objectWasDragged = false;
        HitTest(point);