xfreerdp-client: fix inequality
This commit is contained in:
parent
650d3d8768
commit
1598d12438
@ -85,7 +85,7 @@ void xf_input_detect_pinch()
|
||||
|
||||
|
||||
//if this is the first 2pt touch
|
||||
if(firstDist > 0)
|
||||
if(firstDist <= 0)
|
||||
{
|
||||
firstDist = dist;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user