diff options
author | Sebastian Geerken <devnull@localhost> | 2014-05-13 13:19:45 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-05-13 13:19:45 +0200 |
commit | b3a61c977cacc72d7e7a5221800825ad0fe21823 (patch) | |
tree | a80873f8174da871323c229347168fe8705759fd /dw/outofflowmgr.hh | |
parent | 05b4c17fe4a3582ec153db6c82f3acdddbaf18a6 (diff) |
Corrected collision testing.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index fcf12fbe..429482fd 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -297,7 +297,7 @@ private: core::Widget *getAbsolutelyPositionedWidgetAtPoint (int x, int y, int level); bool collidesV (Float *vloat, Float *other, SFVType type, int *yReal); - bool collidesH (Float *vloat, Float *other, SFVType type, int *yReal); + bool collidesH (Float *vloat, Float *other, SFVType type); void getFloatsListsAndSide (Float *vloat, SortedFloatsVector **listSame, SortedFloatsVector **listOpp, Side *side); |