Loosen up tap detection; it's strict to the point of being annoying.
This commit is contained in:
@@ -176,7 +176,7 @@ void RefreshCacheItem( int iIndex )
|
|||||||
item.fMaxSecondsBack = -1.f; // not applicable
|
item.fMaxSecondsBack = -1.f; // not applicable
|
||||||
break;
|
break;
|
||||||
case CodeCacheItem::tap:
|
case CodeCacheItem::tap:
|
||||||
item.fMaxSecondsBack = 0.03f; // simultaneous
|
item.fMaxSecondsBack = 0.05f; // simultaneous
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
ASSERT(0);
|
ASSERT(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user