Fix pinch gesture
This commit is contained in:
@@ -132,7 +132,7 @@ namespace OpenVulkano::Input
|
||||
|
||||
void GesturePan::TouchMoved(const Touch& touch)
|
||||
{
|
||||
if (m_pendingTouches.size() > 0)
|
||||
if (!m_pendingTouches.empty())
|
||||
{
|
||||
bool isPending = false;
|
||||
bool isActive = false;
|
||||
|
||||
Reference in New Issue
Block a user