summaryrefslogtreecommitdiffstats
path: root/src/box3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/box3d.h')
-rw-r--r--src/box3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/box3d.h b/src/box3d.h
index 27e734193..3d52c96d1 100644
--- a/src/box3d.h
+++ b/src/box3d.h
@@ -50,6 +50,7 @@ struct SP3DBox : public SPGroup {
// FIXME: If we only allow a single box to be dragged at a time then we can save memory by storing
// the old positions centrally in SP3DBoxContext (instead of in each box separately)
+ // Also, it may be better not to store the old corners but rather the old lines to which we want to snap
NR::Point old_center;
NR::Point old_corner2;
NR::Point old_corner1;