mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Clear potential click after mouse button is released.
This commit is contained in:
parent
734b0c25d9
commit
498781b5bf
@ -46,6 +46,10 @@ void MouseFrame()
|
||||
}
|
||||
}
|
||||
}
|
||||
else if( !s_mouse.mouseDown[i] && !s_mouse.mouseReleased[i] )
|
||||
{
|
||||
s_mouse.mousePotentialClickRelease[i] = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user