From 342dc5d7928266e294c70742034c31efb7f0c898 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 6 Jun 2004 18:56:33 +0000 Subject: [PATCH] fix needless refreshes or devices --- stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp index 2689990483..3cb7caae76 100644 --- a/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp +++ b/stepmania/src/arch/MemoryCard/MemoryCardDriverThreaded_Linux.cpp @@ -167,6 +167,7 @@ void MemoryCardDriverThreaded_Linux::MountThreadDoOneUpdate() if( m_bForceRedetect ) { + m_bForceRedetect = false; // fall through } else