diff options
author | Sebastian Geerken <devnull@localhost> | 2014-02-24 18:31:10 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-02-24 18:31:10 +0100 |
commit | 514cb3b8fae7e094e4d668da59cc8b6066c20cbf (patch) | |
tree | 4412275490c1832cd26cd57cb14d3c469e8bf4f9 /dw/outofflowmgr.cc | |
parent | 9dd784b815586e31e4e4f80c5b69cde76500e9fe (diff) |
Typo.
Diffstat (limited to 'dw/outofflowmgr.cc')
-rw-r--r-- | dw/outofflowmgr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc index 326e0f30..44dc1650 100644 --- a/dw/outofflowmgr.cc +++ b/dw/outofflowmgr.cc @@ -1274,7 +1274,7 @@ bool OutOfFlowMgr::collidesV (Float *vloat, Float *other, int *yReal) DBG_OBJ_MSGF ("resize.oofm", 1, "different generators: " "otherBottomGB = %d + (%d + %d) - %d = %d", - flaOther->y, flaOther->ascent, flaOther->descent, gby->y, + flaOther->y, flaOther->ascent, flaOther->descent, gba->y, otherBottomGB); if (vloat->yReal < otherBottomGB) { |