aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/outofflowmgr.cc')
-rw-r--r--dw/outofflowmgr.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc
index 2e8eef4b..6fc1c325 100644
--- a/dw/outofflowmgr.cc
+++ b/dw/outofflowmgr.cc
@@ -1652,6 +1652,9 @@ bool OutOfFlowMgr::collidesV (Float *vloat, Float *other, SFVType type,
// float n - 1, the allocation of float n - 1 does not yet reflect the
// collision test between n - 1 and n - 2, but yReal does for n - 1.
//
+ // On the other hand, the GB allocations will most likely more stable
+ // than the float allocations.
+ //
// Cases where this is incorrect will hopefully be rare, and, in any
// case, corrected in sizeAllocateEnd, either because hasRelation-
// Changed returns true, or in checkAllocatedFloatCollisions.