diff --git a/stepmania/src/RageFileDriverTimeout.cpp b/stepmania/src/RageFileDriverTimeout.cpp index e120f7ff06..59d9d29427 100644 --- a/stepmania/src/RageFileDriverTimeout.cpp +++ b/stepmania/src/RageFileDriverTimeout.cpp @@ -695,6 +695,7 @@ RageFileBasic *RageFileDriverTimeout::Open( const CString &sPath, int iMode, int void RageFileDriverTimeout::FlushDirCache( const CString &sPath ) { + RageFileDriver::FlushDirCache( sPath ); m_pWorker->FlushDirCache( sPath ); }