Closed mattfelsen closed 7 years ago
TouchManager::mLatestTouchTime was never initialized, which means on good ol' MSVC it was returning as -nan instead of 0.
-nan
0
Also remove intialization of mDiscardMissedTouches from the header since it's set in the constructor
mDiscardMissedTouches
TouchManager::mLatestTouchTime was never initialized, which means on good ol' MSVC it was returning as
-nan
instead of0
.Also remove intialization of
mDiscardMissedTouches
from the header since it's set in the constructor