Setting SDLTouchManager.tapTimeThreshold
to 0.0 causes a debug crash
#1798
Labels
SDLTouchManager.tapTimeThreshold
to 0.0 causes a debug crash
#1798
Bug Report
Setting
tapTimeThreshold
to 0.0 is necessary to disable double taps, however, we have an assertion that doesn't allow a 0.0 tap time threshold.Reproduction Steps
Expected Behavior
The taps work properly as single taps
Observed Behavior
The taps cause a crash
OS & Version Information
Test Case, Sample Code, and / or Example App
The fix is:
The text was updated successfully, but these errors were encountered: