commit 91ccaf6caf483fe3ce6b18dd594c7af5101f35e0
parent c3badbd785d7574bb80510e8db708ea8e54f1bed
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Wed, 5 Jul 2006 15:50:00 +0200
tiny change
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/liblitz/input.c b/liblitz/input.c
@@ -226,6 +226,7 @@ blitz_brelease_input(BlitzInput *i, int button, int x, int y, unsigned long time
if((i->button = button - Button1) > 2)
i->button = 0;
+
if(!i->button && (time - i->tdbclk < 1000)
&& (x == i->xdbclk && y == i->ydbclk))
{