xfreerdp-client: fix inequality

This commit is contained in:
C-o-r-E 2013-04-26 17:52:50 -04:00
parent 650d3d8768
commit 1598d12438

View File

@ -85,7 +85,7 @@ void xf_input_detect_pinch()
//if this is the first 2pt touch
if(firstDist > 0)
if(firstDist <= 0)
{
firstDist = dist;
}