From 49cf4f0b822891226d9146011f13584fe1acbc31 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 11 Dec 2003 21:01:54 +0000 Subject: [PATCH] Loosen up tap detection; it's strict to the point of being annoying. --- stepmania/src/CodeDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/CodeDetector.cpp b/stepmania/src/CodeDetector.cpp index c18ec6bb6f..edc5e842ff 100644 --- a/stepmania/src/CodeDetector.cpp +++ b/stepmania/src/CodeDetector.cpp @@ -176,7 +176,7 @@ void RefreshCacheItem( int iIndex ) item.fMaxSecondsBack = -1.f; // not applicable break; case CodeCacheItem::tap: - item.fMaxSecondsBack = 0.03f; // simultaneous + item.fMaxSecondsBack = 0.05f; // simultaneous break; default: ASSERT(0);