diff --git a/client/X11/xf_input.c b/client/X11/xf_input.c index c027c7f59..fb40abe04 100644 --- a/client/X11/xf_input.c +++ b/client/X11/xf_input.c @@ -85,7 +85,7 @@ void xf_input_detect_pinch() //if this is the first 2pt touch - if(firstDist > 0) + if(firstDist <= 0) { firstDist = dist; }